[draw] add missing code for finalize
This commit is contained in:
parent
68520b8710
commit
7cac73bcb4
1 changed files with 3 additions and 0 deletions
|
|
@ -212,6 +212,9 @@ class GridReadMixin(GridPosMixin):
|
|||
|
||||
mappable = ax.contour(xcmesh, ycmesh, grid_slice, levels=levels, **contour_args)
|
||||
|
||||
if finalize:
|
||||
pyplot.show()
|
||||
|
||||
return fig, ax
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue