Skip to content

Commit c60b097

Browse files
committed
fix #948
1 parent 01ac199 commit c60b097

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

INSTALL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,7 @@ As a general rule of thumb you will want to have an updated version of Python
113113
H5PY is known to cause a few problems, however their [installation
114114
instructions](http://docs.h5py.org/en/latest/build.html) are a great resource
115115
to troubleshoot your system in case any of the steps above fail.
116+
117+
## Troubleshooting installation issues with matplotlib
118+
119+
In the event that you get `_tkinter.TclError: no display name and no $DISPLAY environment variable` error while trying to generate figures that rely on matplotlib, you should create a matplotlib rc file. This configuration file should have `backend : agg`. For more information you should visit the [matplotlib configuration](http://matplotlib.org/users/customizing.html) and [troubleshooting](http://matplotlib.org/faq/troubleshooting_faq.html#locating-matplotlib-config-dir) page.

0 commit comments

Comments
 (0)