Tagged Questions
4
votes
1answer
80 views
What's the simplest way to plot an ErrorListPlot with only y error bars?
Sometimes I get really tired of Preparing data for making an ErrorListPlot using Thread and friends. Is there a simpler way to plot an ErrorListPlot with only y ...
15
votes
1answer
360 views
What is the meaning of the last argument passed to the ColorFunction of a ParametricPlot3D?
According to the docs, the meaning of the arguments passed to ParametricPlot3D is $x, y, z, u, v$. This is 5 arguments: the Cartesian coordinates and the two ...