Tagged Questions
8
votes
5answers
319 views
can the color in MeshStyle be specified by a ColorFunction, such as “SunsetColors” for example. If so, what is the correct syntax?
This is an example given in Help:
Plot3D[Sin[x y], {x, 0, 3}, {y, 0, 3}, MeshStyle -> Gray]
Could this be changed to something like
...
5
votes
4answers
258 views
Multiple colors in Graphics[] environment
There are other questions on the site that are similar to this one, but the answers provided didn't help me.
I want to draw disks of different radii. Each radius is the absolute value of a variable, ...