Compare commits
No commits in common. "16a76e0122845d029c7a4a3c2896ab0606553576" and "68520b871018c3d86254fa1fa87faf4838351d11" have entirely different histories.
16a76e0122
...
68520b8710
@ -182,7 +182,7 @@ class GridReadMixin(GridPosMixin):
|
||||
plane = Plane(**plane)
|
||||
|
||||
if pcolormesh_args is None:
|
||||
pcolormesh_args = dict(alpha=0.8, colors='gray')
|
||||
pcolormesh_args = {}
|
||||
|
||||
grid_slice = self.get_slice(
|
||||
cell_data = cell_data,
|
||||
@ -212,9 +212,6 @@ class GridReadMixin(GridPosMixin):
|
||||
|
||||
mappable = ax.contour(xcmesh, ycmesh, grid_slice, levels=levels, **contour_args)
|
||||
|
||||
if finalize:
|
||||
pyplot.show()
|
||||
|
||||
return fig, ax
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user