fixed a raw string
[PyX/mjg.git] / examples / bargraphs / fromvalue.txt
blob3703fbb43f7104e5e789688d7520a516707e94fe
1 Changing the starting values of the bars
3 To adjust the value the bars are starting at you need to set a `fromvalue` at
4 the `barpos` style. ... By default the bars start at the baseline not taking
5 into account its value at all.
7 !! When setting a `barpos` style explicitely, no other positioning style
8 instance is needed by the bar style and thus you can set other default values
9 for the `barpos` style. Note, that as soon as you explicitely set a barpos
10 style, you can also use other styles requesting a point position at the graph
11 (since the bar style also initializes a point position). Hence you could for
12 example replace the bar style in this example by a `graph.style.symbol`
13 instance.