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