-
Notifications
You must be signed in to change notification settings - Fork 2
Customizing Matplotlib
karlrl edited this page Sep 6, 2017
·
1 revision
If you're using Matplotlib (or an application that uses it, like QIIME) on a server, you'll likely need to change its display backend. A quick way to do so for your own environment:
$ mkdir -p $HOME/.config/matplotlib/
$ echo "backend: Agg" >> $HOME/.config/matplotlib/matplotlibrc
Choosing the "Agg" backend prevents "RuntimeError: Invalid DISPLAY variable".
- Getting Started in the Lab
- Funding Opportunities
- Registering New Computer on Dal Network
- Conferences & Travel
- Setting up a Miniconda Environment
- tmux Quick Reference
- Customizing Matplotlib
- SSH Tunneling to use RStudio Server
- SSH Tunneling to use Jupyter Notebooks