Plotting functions for the cell module.
Classes
-
class bluecellulab.cell.plotting.PlottableMixin[source]
Mixin responsible of plotting functions of a cell.
-
add_dendrogram(variable=None, active=False, save_fig_path=None, interactive=False, scale_bar=True, scale_bar_size=10.0, fig_title=None)[source]
Show a dendrogram of the cell.
-
add_plot_window(var_list, xlim=None, ylim=None, title='')[source]
Add a window to plot a variable.
-
delete_plottable()[source]
NEURON state to be cleaned upon object destruction.
- Return type:
None
-
init_callbacks()[source]
Initialize the callback function (if necessary).
-
plot_callback()[source]
Update all the windows.
-
weights_callback()[source]
Callback function that updates the delayed weights, when a certain
delay has been reached.