Re: plot colored ellipsoid
- To: mathgroup at smc.vnet.net
- Subject: [mg110837] Re: plot colored ellipsoid
- From: "David Park" <djmpark at comcast.net>
- Date: Thu, 8 Jul 2010 03:15:01 -0400 (EDT)
You have to kill off the Purple.
Graphics[{Ellipsoid[{1.4, 1.4}, {1.4,
5.7}, {{-0.7, 0.6}, {-0.6, -0.7}}]},
ImageSize -> 250] /. Hue[0.67`, 0.6`, 0.6`] -> {}
That gives you Black, or you could insert any color directive you wish
before Ellipsoid.
David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/
From: Jordi [mailto:j.schaber at web.de]
Hi,
For some reason I cannot color my ellipsoid.
I use, e.g.,
Graphics[{Black,
Ellipsoid[{1.4, 1.4}, {1.4, 5.7}, {{-0.7, 0.6}, {-0.6, -0.7}}]}]
Other graphics options like 'Thick' or 'Dashed' pose no problem, but it
always comes with the standard color.
any idea?
Thanks