Ask Your Question
0

plotting parallel

asked 2012-12-16 08:46:09 +0200

noufalasharaf gravatar image

updated 2013-07-12 09:39:27 +0200

niles gravatar image

Is it possible to plot two functions parallel more clearly i want to plot the function and its Fourier transform to the right of the previous figure

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2012-12-16 09:36:24 +0200

fidbc gravatar image

You could use graphics_array to achieve this. If say, p1 and p2 are the plots you want to display, then the following command can achieve what you want.

sage: graphics_array((p1,p2))

Here is a link to the manual for more details.

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: 2012-12-16 08:46:09 +0200

Seen: 462 times

Last updated: Dec 16 '12