add bitmap graph style (TODO: documentation)
[PyX/mjg.git] / examples / bargraphs / errors.txt
blob8dbcc890027665e4483a92eff02b458effd8216a
1 Skipping the first bar in a stacked bargraph
3 This example shows a bar graph, which starts with a stacked bar skipping to
4 plot the original bar. ... This is done by using stackedbarpos before plotting
5 a bar with the bar style. However you can still add errorbars, even to the
6 lower bound of the bar.
8 !! This example also shows how to handle several errorbars in one plot command
9 by the usenames argument of the range style.