You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,13 +132,17 @@ You can checkout [Matplotlib's documentation](https://matplotlib.org) for more i
132
132
print(matplotlib.get_configdir())
133
133
```
134
134
135
-
In my case it returned ```/home/mce/.config/matplotlib```
135
+
In my case it returned ```/home/mce/.config/matplotlib``` on Ubuntu and ```C:\Users\User\.matplotlib``` on Windows. Please verify the location of matplotib configdir as the location may differ for different users depending on how the matplotlib package was installed.
136
136
137
137
* You should get back something like ```/home/mce/.config/matplotlib```. You would then put the ```*.mplstyle``` files in ```/home/mce/.config/matplotlib/stylelib/``` (you need to create the stylelib directory):
0 commit comments