place plots in different positions
How to place plots at certain positions? for example, plot1 at (x1,y1) and plot2 at (x2,y2),
Thanks
You could use matplotlib for this (look at some of the matplotlib examples at http://matplotlib.sourceforge.net/gal...), or you could just shift your equations using standard math transformations. If your function is $f(x)$, then to shift it to the right by a and up by b, then plot $f(x-a)+b$.
Asked: 2011-11-07 06:06:48 +0100
Seen: 309 times
Last updated: Nov 07 '11
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.