Re: Is Orange translucent?
- To: mathgroup at smc.vnet.net
- Subject: [mg101303] Re: Is Orange translucent?
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 30 Jun 2009 06:36:34 -0400 (EDT)
- References: <h29cau$bbs$1@smc.vnet.net>
Hi,
the axes are drawn after the curves.
Regards
Jens
AES wrote:
> I'm Plot[]ing two functions, using
>
> PlotStyle->{{Thick, Blue}, {Thick, Orange}]
>
> Both functions run along on top of the x axis (i.e., have y(x)=0) for
> part of their range.
>
> In these regions, the black axis line shows through -- or on top of? --
> both curves. The Blue curve is dark enough that you don't notice this;
> but with the Orange curve -- or maybe a Green one -- it looks terrible.
>
> Are the axes drawn before or after the curves? (I can see arguments
> both ways on which of these ought to be the default.)
>
> Or are the Colors in the PlotStyle translucent?
>
> Any simple way to switch this behavior?
>