Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nschloe committed Oct 14, 2015
1 parent 8a31d12 commit 904712c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,13 @@ To use the resulting TikZ/PGFPlots figures, your LaTeX installation needs
```python
tikz_save('myfile.tikz', figureheight='4cm', figurewidth='6cm')
```

IMPORTANT:
Height and width must be set large enough; setting it too low it may
Note that height and width must be set large enough; setting it too low it may
result in a LaTeX compilation failure such as
- Dimension Too Large, or
- Arithmetic Overflow
(see information about these errors in [the manual of PGFPlots](http://pgfplots.sourceforge.net/pgfplots.pdf)).


(see information about these errors in [PGFPlots manual](http://pgfplots.sourceforge.net/pgfplots.pdf)).

To specify the dimension of the plot from within the LaTeX document, try
```python
tikz_save(
Expand Down

0 comments on commit 904712c

Please sign in to comment.