no linewidth with parametric plot
It seems that there is no option for linewidth in parametric_plot. (2D in my case.) Is that true? Any way to make the graph thicker?
It seems that there is no option for linewidth in parametric_plot. (2D in my case.) Is that true? Any way to make the graph thicker?
parametric_plot
takes an argument thickness
as follows:
sage: parametric_plot([cos(x),sin(x)],x,0,2*pi,thickness=5)
(2019 additional answer to this 2011 question)
Note that the Three.js viewer does not respect thickness
on Windows and some macOS.
Instead, use radius
to create a cylinder around the curve. See:
We tried to be consistent in that "thickness" specifies a width that does not change as you zoom in and out, while linewidth does visually change as you zoom in and out. If that is not the case, it should be fixed.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2011-03-28 18:41:32 +0100
Seen: 1,053 times
Last updated: Apr 02 '19
GRE Math Subject Test Sample Question #1 [closed]
How do I plot parametric and polar curves
complex numbers and parametric curves
get_minmax_data too generosous ?
there are more variables than variables ranges
multiple parametric_plot's with for loop
How can I Change the background color of a plot.
plotting a plane section in sage