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
Greetings,
I would much like to plot single point in existing figure. If the
point is outside of current axes limit, I would like the axes not to
resize.
Is there an easy way? Currently, to add a point x,y, I
scatter([x],[y]) then xlim and ylim to make sure the axes did not
rescale.
Pål