plot_visible_cells property

plot_visible_cells property

Only exports visible cells.

Definition:

@property
def plot_visible_cells(self):
    ...
@plot_visible_cells.setter
def plot_visible_cells(self, value):
    ...

See Also