File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ This is matplotlib2tikz, a Python tool for converting matplotlib figures into
14
14
15
15
for native inclusion into LaTeX documents.
16
16
17
+ matplotlib2tikz works with both Python 2 and Python 3.
18
+
17
19
The output of matplotlib2tikz is in
18
20
[ PGFPlots] ( http://pgfplots.sourceforge.net/pgfplots.pdf ) , a LaTeX library that
19
21
sits on top of TikZ and describes graphs in terms of axes, data etc.
@@ -96,18 +98,6 @@ pip install -U matplotlib2tikz
96
98
to install/update.
97
99
98
100
99
- #### Dependencies
100
-
101
- matplotlib2tikz needs [ matplotlib] ( http://matplotlib.org/ ) and
102
- [ NumPy] ( http://www.numpy.org/ ) to work. matplotlib2tikz works both with
103
- Python 2 and Python 3.
104
-
105
- To use the resulting TikZ/PGFPlots figures, your LaTeX installation needs
106
-
107
- * TikZ (aka PGF, >=2.00), and
108
- * PGFPlots (>=1.3).
109
-
110
-
111
101
### Usage
112
102
113
103
1 . Generate your matplotlib plot as usual.
You can’t perform that action at this time.
0 commit comments