File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -87,26 +87,14 @@ contains great examples of how to make your plot look even better.
87
87
88
88
### Installation
89
89
90
- #### Python Package Index
91
-
92
90
matplotlib2tikz is [ available from the Python Package
93
- Index] ( https://pypi.python.org/pypi/matplotlib2tikz/ ) , so to install/upgrade
91
+ Index] ( https://pypi.python.org/pypi/matplotlib2tikz/ ) , so
94
92
simply type
95
93
```
96
94
pip install -U matplotlib2tikz
97
95
```
96
+ to install/update.
98
97
99
- #### Manual installation
100
-
101
- Download matplotlib2tikz from
102
- [ the Python Package Index] ( https://pypi.python.org/pypi/matplotlib2tikz/ ) .
103
- Place the matplotlib2tikz script in a directory where Python can find it (e.g.,
104
- ` $PYTHONPATH ` ). You can install it system-wide with
105
- ```
106
- python setup.py install
107
- ```
108
- or place the script ` matplotlib2tikz.py ` into the directory where you intend to
109
- use it.
110
98
111
99
#### Dependencies
112
100
You can’t perform that action at this time.
0 commit comments