Module Index
- yampex - Yet Another Matplotlib Extension,
with simplified subplotting.
- yampex.adjust - You'll do everything with a
Plotter
in context. - yampex.annotate - Smart plot annotations.
- yampex.examples - Examples for
yampex
.- yampex.examples.annotate - More complicated demo of annotations. Resize the plot window and watch the annotations get intelligently repositioned!
- yampex.examples.annotate-simple - No summary
- yampex.examples.comparison - Comparison between two nonlinear functions.
- yampex.examples.exponential - Plots of an exponential function a*exp(-b*X) for different values of a and b.
- yampex.examples.legend - Sine plots of increasing frequencies and amplitudes in the same subplot, with a legend showing which plot is which.
- yampex.examples.logplot - A log plot, with several plots in one subplot, all done in one call to the subplotting tool in context.
- yampex.examples.make_png - Undocumented
- yampex.examples.mosfet_cdg - Plots of a MOSFET's "n" value, given Vgs and its "gamma" parameter.
- yampex.examples.mosfet_n - Plots of a MOSFET's "n" value, given Vgs and its "gamma" parameter.
- yampex.examples.mosfet_vdsp - Plots of a MOSFET's "n" value, given Vgs and its "gamma" parameter.
- yampex.examples.noisy - A grid of subplots that each show a pair of amplitude-modulated waveforms at different time scales.
- yampex.examples.sincos - A sine and cosine plot in each of two subplots, with a call to the
SpecialAx
object. - yampex.examples.sincos-one-subplot - A variation of
sincos
, with two plots in one subplot and a call to theSpecialAx
object. - yampex.examples.timex - A grid of subplots that each show a pair of amplitude-modulated waveforms at different time scales.
- yampex.helper - You'll do everything with a
Plotter
in context. - yampex.options - The
Plotter
methods defined by itsOptsBase
base class give you a convenient API for setting tons of options for the next subplot. - yampex.plot - You'll do everything with a
Plotter
in context. - yampex.scaling - Do everything with a Plotter in context.
- yampex.scripts - Scripts for
yampex
.- yampex.scripts.examples - Extraction of example files into
~/ade-examples
.
- yampex.scripts.examples - Extraction of example files into
- yampex.subplot - Simple subplotting.
- yampex.test - No package docstring; 1/1 modules documented
- yampex.test.test_annotate - Unit tests for
annotate
.
- yampex.test.test_annotate - Unit tests for
- yampex.textbox - Text boxes for providing info in plot margins.
- yampex.tools - Tools for processing Numpy vectors before plotting.
- yampex.util - Utility stuff.
- yampex.adjust - You'll do everything with a