plot_visible_cells_only property

plot_visible_cells_only property

Determines whether the only visible cells are plotted. False to plot both visible and hidden cells. Read/write bool.

Definition:

@property
def plot_visible_cells_only(self):
    ...

@plot_visible_cells_only.setter
def plot_visible_cells_only(self, value):
    ...

See Also