quimb.utils_plot¶
Attributes¶
Functions¶
Wrap a function or method to use the neutral style by default. |
|
|
|
|
Plot possibly multiple series of data, using the asinh scale for an |
Module Contents¶
- quimb.utils_plot.NEUTRAL_STYLE¶
- quimb.utils_plot.default_to_neutral_style(fn)[source]¶
Wrap a function or method to use the neutral style by default.
- quimb.utils_plot.plot_multi_series_zoom(data, zoom='auto', zoom_max=100, zoom_marker='|', zoom_markersize=3, xlabel='Iteration', width=8, height=None, figsize=None, **kwargs)[source]¶
Plot possibly multiple series of data, using the asinh scale for an overview and a linear scale for a zoomed in final section.