[read] make visualize_edges more friendly for overlay by default
This commit is contained in:
parent
7cac73bcb4
commit
16a76e0122
@ -182,7 +182,7 @@ class GridReadMixin(GridPosMixin):
|
|||||||
plane = Plane(**plane)
|
plane = Plane(**plane)
|
||||||
|
|
||||||
if pcolormesh_args is None:
|
if pcolormesh_args is None:
|
||||||
pcolormesh_args = {}
|
pcolormesh_args = dict(alpha=0.8, colors='gray')
|
||||||
|
|
||||||
grid_slice = self.get_slice(
|
grid_slice = self.get_slice(
|
||||||
cell_data = cell_data,
|
cell_data = cell_data,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user