Package gmisclib :: Module pylab_starplot
[frames] | no frames]

Module pylab_starplot

source code

This makes a little 'star' of error bars, using pylab/matplotlib.

Classes
  errorbar_maker
This is a class that makes error bars, tilted at various angles.
  errorbar
Functions
 
grey_out(c) source code
 
star(cx, cy, lch, lcolormap=None, mcolormap=None, dimmer=<function grey_out at 0x5aec5f0>, **kwargs)
This makes a star of error bars.
source code
 
plot(xlch, **kwargs) source code
Variables
  Grey = (0.7, 0.7, 0.7)
  __package__ = 'gmisclib'

Imports: math, pylab, matplotlib


Function Details

star(cx, cy, lch, lcolormap=None, mcolormap=None, dimmer=<function grey_out at 0x5aec5f0>, **kwargs)

source code 

This makes a star of error bars.

Parameters:
  • cx - x-coordinate of the star center
  • cy - y-coordinate of the star center
  • lch (list(errorbar).) - list of error bars to create about the center.