[Matplotlib-users] Ubuntu server package PPA python-matplotlib-nox ?

2011-08-10 Thread Jeff Kowalczyk
Does anyone maintain a PPA with a python-matplotlib-nox suitable for Ubuntu 11.04 amd64 server i.e. built without X or GUI libraries? On a fresh Ubuntu server install, python-numpy has relatively few dependencies, but python-matplotlib pulls in everything the full GUI needs. $ sudo aptitude insta

[Matplotlib-users] Control twinx series zorder: ax2 series behind ax1 series, or place ax2 on left, ax1 on right

2011-02-25 Thread Jeff Kowalczyk
I am trying to plot multiple series on one axes and a bar chart on a shared x, new y axes. I'm using twinx. The following test code works, but I need to render the bar plot *behind* the line plots. Can I somehow control zorder globally within a figure? Alternatively, I could make the bar chart th