update upload data
[PyX.git] / examples / bargraphs / month.txt
blob40afac30e8620cae7aa56f8df949ed2f8b59b73d
1 Naming bars
3 To name the bars you just need to use a proper data column (instead of column
4 0, which is the line number in `data.file` instances). ... Beside that we show
5 in this example how to adjust the bar axis painter to properly show the names.
7 ! The internals of a bar axis are quite different from a continuous axis (like
8 a linear or logarithmic) axis. A bar axis just handles a set of subaxes - one
9 for each discrete value. The painting of a bar axis can only draw the names for
10 the subaxes and some ticks between the subaxes. Other axes features known from
11 continous axes like ticks and labels, partitioners, texters, raters are
12 non-existent for bar axes.