Document orthonormal axes in the README

This commit is contained in:
Lucas Verney 2016-03-11 17:32:55 +01:00
parent a5b8c447a8
commit 5e633743cf

View File

@ -80,10 +80,11 @@ design in the API, or required feature!
and placing your plots at the correct place? <code>replot</code> handles
it for you out of the box!</dd>
<dt>Easy plotting in log scale</dt>
<dt>Easy plotting in log scale, orthonormal axis etc</dt>
<dd><code>replot</code> defines <code>logplot</code> and
<code>loglogplot</code> shortcuts functions to plot in <em>log</em> scale
or <em>loglog</em> scale.</dd>
or <em>loglog</em> scale. Use `orthonormal=True` on a `plot` command to
plot using orthonormal axes.</dd>
</dl>