From 8459742c83464003ec9d7bbbad5d41117683c1f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Lehmann?= Date: Mon, 22 May 2006 21:33:55 +0000 Subject: [PATCH] add ... git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2792 069f4177-920e-0410-937b-c2a4a81bcd90 --- examples/axis/log.txt | 2 +- examples/axis/manualticks.txt | 2 +- examples/axis/minimal.txt | 2 +- examples/axis/painter.txt | 2 +- examples/axis/parter.txt | 2 +- examples/axis/rating.txt | 2 +- examples/axis/texter.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/axis/log.txt b/examples/axis/log.txt index 4fc8d689..caaaf934 100644 --- a/examples/axis/log.txt +++ b/examples/axis/log.txt @@ -3,7 +3,7 @@ Logarithmic axes Logarithmic axes are quite similar to linear axes and differ only in a very few properties, namely the non-linear convert method in which they transform values to positions on the axis, a different default partitioner and a different -default rater. While the partitioner really is quite different - it implements +default rater. ... While the partitioner really is quite different - it implements a logarithmic positioning of the ticks - the rater just alters some defaults in favour of using more subticks to improve the visualization of the logarithmic nature of the axis. diff --git a/examples/axis/manualticks.txt b/examples/axis/manualticks.txt index 7d64ad2a..42259ab6 100644 --- a/examples/axis/manualticks.txt +++ b/examples/axis/manualticks.txt @@ -1,7 +1,7 @@ Manually place ticks at certain positions Ticks can be set manually by passing tick instances to the `manualticks` -argument of the axis instance as shown at the right axis in this example. +argument of the axis instance as shown at the right axis in this example. ... As you can see the manual ticks are combined with tick created automatically. You could disable any automatic tick creation by setting the `parter` argument diff --git a/examples/axis/minimal.txt b/examples/axis/minimal.txt index 65c5921a..de24651d 100644 --- a/examples/axis/minimal.txt +++ b/examples/axis/minimal.txt @@ -2,7 +2,7 @@ Minimal example drawing an axis along a path This is the basic example how to draw an axis along an arbitrary path. The function `pathaxis` from the `graph.axis` module takes a path and returns a -canvas. Different from the typical usecase in graphs, we must fix the axis +canvas. ... As opposed to the typical usecase in graphs, we must fix the axis range by appropriate `min` and `max` arguments, because no data is provided to the axis instance where a data range could be extracted from. In graphs the range of an axis gets adjusted automatically although you can still set minimal diff --git a/examples/axis/painter.txt b/examples/axis/painter.txt index e0793daf..9f773078 100644 --- a/examples/axis/painter.txt +++ b/examples/axis/painter.txt @@ -1,7 +1,7 @@ Painting of an axis Axis painters performs the painting of an axis, which means they take all the -information of the axis an create a proper drawing for that. +information of the axis an create a proper drawing for that. ... While an usual axis painter has quite some parameters to adjust the output, here we only alter the ticks. By default, ticks are stroked only towards the diff --git a/examples/axis/parter.txt b/examples/axis/parter.txt index e4e1648d..1315e3df 100644 --- a/examples/axis/parter.txt +++ b/examples/axis/parter.txt @@ -4,7 +4,7 @@ Partitioners (in the code the short form `parter` is used all over the place) take care of calculating appropriate tick positions for a given axis range. Automatic partitioners create several tick lists, which are than rated by an axis rater instance afterwards. In contrast manual partitioners create a single -tick list only, which thus doesn't need to be rated at all. +tick list only, which thus doesn't need to be rated at all. ... In this example we create a manual partitioner, which places ticks with a distance of 1/3 and subticks with a distance of 1/6. We than use this diff --git a/examples/axis/rating.txt b/examples/axis/rating.txt index a05ab36a..ba9f6b83 100644 --- a/examples/axis/rating.txt +++ b/examples/axis/rating.txt @@ -4,7 +4,7 @@ In this example several axes with the same parameters are plotted on a path scaled at 3 different sizes. Note that the axes adjust the ticks appropriately to the available space. For that a `partitioner` (the short form `parter` is used in the code) creates several possible solutions for placing ticks and -labels at the axis. +labels at the axis. ... However, we do not address this partioning feature here (we just use the default), but we show you the rating facilities instead. Still, we don't modify diff --git a/examples/axis/texter.txt b/examples/axis/texter.txt index 255a0866..1f2a1c8c 100644 --- a/examples/axis/texter.txt +++ b/examples/axis/texter.txt @@ -2,7 +2,7 @@ Texter Texters create the label strings written to the ticks. There are texters available for decimal numbers without and with an exponential part as well as -fractions. +fractions. ... ! At the right axis we also show how to create a special piaxis. Here some axis parameters are altered to fit an pi-scaled axis nicely. Futhermore instead of -- 2.11.4.GIT