Ask Your Question
0

place plots in different positions

asked 2011-11-07 06:06:48 +0200

anonymous user

Anonymous

How to place plots at certain positions? for example, plot1 at (x1,y1) and plot2 at (x2,y2),

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2011-11-07 06:38:54 +0200

Jason Grout gravatar image

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

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2011-11-07 06:06:48 +0200

Seen: 204 times

Last updated: Nov 07 '11