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
There will be a maintenance on the server on November 14th 2025.
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: 1,077 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?
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.