visuals package
Submodules
visuals.MatrixPlotter module
- class visuals.MatrixPlotter.MatrixPlotter(name, min_row=0, min_col=0, max_row=None, max_col=None)
Bases:
object
- append(t, mat)
- plot(axes=None, min_t=None, max_t=None, index_from_zero=False)
Creates a plot of them matrix entries.
Param: * index_from_zero - whether to label matrix entries starting from
0 or starting from 1
visuals.Plotter module
- class visuals.Plotter.DofRef(min_t, max_t)
Bases:
object
visuals.decorators module
- visuals.decorators.plot_loop(f_plot_objs, **kwargs)
- visuals.decorators.show_plot(plot_func, *args)