plotting parallel
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
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
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-12-16 08:46:09 +0100
Seen: 663 times
Last updated: Dec 16 '12
What are my best options for taking advantage of multiple cores?
does `sage -testall` test #long doctests?
Will Cython add OpenCL Support, like CLyther?
Can I build the sage documentation in parallel?
passing multiple variables and @parallel
Decrease accuracy for floats (decrease decimal places reported)
Good computer for fast computation
Can I use @parallel for class/instance methods?