scisalt.matplotlib.plot_featured¶
-
scisalt.matplotlib.plot_featured(*args, **kwargs)[source]¶ Wrapper for matplotlib.pyplot.plot() / errorbar().
Takes options:
- ‘error’: if true, use
matplotlib.pyplot.errorbarinstead ofmatplotlib.pyplot.plot. *args and **kwargs passed through here. - ‘fig’: figure to use.
- ‘figlabel’: figure label.
- ‘legend’: legend location.
- ‘toplabel’: top label of plot.
- ‘xlabel’: x-label of plot.
- ‘ylabel’: y-label of plot.
- ‘error’: if true, use