Group Abstract Group Abstract

Message Boards Message Boards

0
|
4K Views
|
1 Reply
|
1 Total Like
View groups...
Share
Share this post:

ChromaticityPlot3D: specify initial rotation or coordinate

Posted 4 years ago
POSTED BY: Richard Frost
Posted 4 years ago

You can use the option ViewPoint

ChromaticityPlot3D[
    "RGB", "RGB", Appearance -> "VisibleSpectrum",
    PlotLabel -> Column[{"RGB x RGB", "Rotated 180\[Degree] around vertical"}, Center, 0],
    AspectRatio -> 1, ImageSize -> {256, Automatic},
    ViewPoint -> {1, -1.5, 2}
 ]

enter image description here

For ChromaticityPlot3D the default setting is {1, 1.5, -2}, with x (Red) as vertical.

POSTED BY: Hans Milton
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard