Ask Your Question
0

plotting parallel

asked 12 years ago

noufalasharaf gravatar image

updated 11 years ago

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

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
3

answered 12 years ago

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.

Preview: (hide)
link

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: 12 years ago

Seen: 824 times

Last updated: Dec 16 '12