Update the doc to close #24
This commit is contained in:
parent
533462655a
commit
3d1eeda8aa
File diff suppressed because one or more lines are too long
@ -55,7 +55,9 @@ design in the API, or required feature!
|
|||||||
<dd>You think <code>loc="top left"</code> is easier to remember than
|
<dd>You think <code>loc="top left"</code> is easier to remember than
|
||||||
<code>loc="upper left"</code> in a <code>matplotlib.pyplot.legend()</code>
|
<code>loc="upper left"</code> in a <code>matplotlib.pyplot.legend()</code>
|
||||||
call? No worry, this module aliases it for you! (same for "bottom" with
|
call? No worry, this module aliases it for you! (same for "bottom" with
|
||||||
respect to "lower")</dd>
|
respect to "lower"). Similarly, you can use <code>xrange</code> or
|
||||||
|
<code>xlim> arguments to specify axes ranges (respectively
|
||||||
|
<code>yrange</code> / <code>ylim</code>).</dd>
|
||||||
|
|
||||||
<dt>Automatic legend</dt>
|
<dt>Automatic legend</dt>
|
||||||
<dd>If any of your plots contains a <code>label</code> keyword, a legend
|
<dd>If any of your plots contains a <code>label</code> keyword, a legend
|
||||||
|
@ -268,7 +268,8 @@ class Figure():
|
|||||||
such scales.
|
such scales.
|
||||||
- ``orthonormal`` (boolean) to force axis to be orthonormal.
|
- ``orthonormal`` (boolean) to force axis to be orthonormal.
|
||||||
- ``xlim`` and ``ylim`` which are tuples of intervals on the \
|
- ``xlim`` and ``ylim`` which are tuples of intervals on the \
|
||||||
x and y axis.
|
x and y axis. You can also use the ``xrange`` / \
|
||||||
|
``yrange`` aliases if you find them more convenient.
|
||||||
- ``invert`` (boolean) invert X and Y axis on the plot. Invert \
|
- ``invert`` (boolean) invert X and Y axis on the plot. Invert \
|
||||||
the axes labels as well.
|
the axes labels as well.
|
||||||
- ``rotate`` (angle in degrees) rotate the plot by the angle in \
|
- ``rotate`` (angle in degrees) rotate the plot by the angle in \
|
||||||
|
Loading…
Reference in New Issue
Block a user