[Matplotlib-users] [ANN] PyHPC2011: Python at SuperComputing 2011 in Seattle

2011-09-12 Thread Fernando Perez
Hi all, SC is the largest conference focused on high-performance computing, this year it will be held in Seattle: http://sc11.supercomputing.org/ and as part of the conference, a Python-focused workshop is being organized. The deadline for papers is coming up soon (Sept 19), so if you are

Re: [Matplotlib-users] 2 x-axes

2011-09-12 Thread Neal Becker
Actually, though, I didn't want to plot 2 different sets of data as in that example, I want 1 set of data plotted with 2 different x-axis (different units). Any suggestion on modifying this example to accomplish this? import numpy as np import matplotlib.pyplot as plt from

[Matplotlib-users] mplh5canvas backend over ssh tunnel

2011-09-12 Thread Paul Northug
I have the HTML5 Canvas backend working on an Ubuntu machine using the latest EPD distribution. However, I am unable to get it to work through an ssh tunnel. - I create a tunnel forwarding port 9000 on the Ubuntu host machine through a firewall machine to port 9000 on my local client. - I run

Re: [Matplotlib-users] 2 x-axes

2011-09-12 Thread Neal Becker
Neal Becker wrote: Actually, though, I didn't want to plot 2 different sets of data as in that example, I want 1 set of data plotted with 2 different x-axis (different units). Any suggestion on modifying this example to accomplish this? import numpy as np import matplotlib.pyplot as plt