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 p

[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 ex

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 mpl_toolkits.axes_grid.