Missing code tag in README.md

This commit is contained in:
Lucas Verney 2016-04-07 18:30:57 +02:00
parent 0a996a579c
commit 7e1e456cec
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ design in the API, or required feature!
<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. Use `orthonormal=True` on a `plot` command to
plot using orthonormal axes.</dd>
or <em>loglog</em> scale. Use <code>orthonormal=True</code> on a
<code>plot</code> command to plot using orthonormal axes.</dd>
</dl>