rework the bar graph examples for 0.9
[PyX/mjg.git] / examples / bargraphs / minimal.txt
blob120036542bb6daaba73e3669c260c059007cdd8a
1 Minimal bar-graph example
3 For a minimal bar plot you have set an bar axis in the graph constructor and
4 provide Xname column data (X stands for the bar axis to be used). ...
5 Furthermore you need to specify the graph style, since the default graph styles
6 symbol and function (depending on the data type) are not appropriate for bar
7 graphs.
9 !! By using the bar style you implicitly also select a different positioning
10 style, namepy `barpos`. This positioning style handles a single-nested axes
11 with sub-axis values of the range going from 0 to 1.