Pylab PDF
- 1 minutes read - 72 wordsI’m in the process of kicking the MATLAB habit and replacing it with Python. Pylab is a reasonable approximation to the 2D plotting capabilities of MATLAB, but by default Pylab doesn’t run on headless(ie, non-GUI) boxes. So on my macbook, where I’m often running things interactively, I have
backend : macosx
and on the faster core2quad machine I send off longer-running jobs to, I used
backend : PDF
in the .matplotlib/matplotrc file.