• Github
  • Docs
  • SciSalt v1.9 Manual
  • SciSalt Reference
  • Visualization Modules
  • matplotlib
  • index
  • next
  • previous

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.errorbar instead of matplotlib.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.

Previous topic

scisalt.matplotlib.plot

Next topic

scisalt.matplotlib.quiver

  • © Copyright 2015, Joel Frederico, SLAC National Accelerator Laboratory.
  • Last updated on Dec 20, 2015.
  • Created using Sphinx 1.3.3.