only get 1 arrow using
Q=arrow3d((0,1,-1), (1,2,0), color="green")
P=arrow3d((0,1,0), (2,3,1), color="red")
P,Q;
Q=arrow3d((0,1,-1), (1,2,0), color="green")
P=arrow3d((0,1,0), (2,3,1), color="red")
P,Q;
nevermind.
Q=arrow3d((0,1,-1), (1,2,0), color="green") P=arrow3d((0,1,0), (2,3,1), color="red") show(P+Q, figsize=5)
works. from: http://sagemath.wikispaces.com/line3d
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-03-07 00:33:05 +0100
Seen: 247 times
Last updated: Mar 07 '13
Limiting the display range of a 3d plot
use a colormap for implicit_plot3d
The tachyon object used for rendering plots
Combination of lambda function and plot3d(?)
Multiple 3D plots in one panel -> graphics_array and 3D?
Plotting successive 3D plots in a for loop (only the last one can be plotted!)