Re: PlotStyle in version 6
- To: mathgroup at smc.vnet.net
- Subject: [mg80456] Re: PlotStyle in version 6
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 23 Aug 2007 00:59:47 -0400 (EDT)
- Organization: Uni Leipzig
- References: <fagu9d$95o$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi,
I can't reproduce tthis with Mathematica 6.0 ??
Regards
Jens
ben wrote:
> Dear all,
>
> Could you please help me pointing out,
> why the following line of code
> produces to curves of the same plotstyle ?
>
> Plot[{t, 1 + t} /. vals, {t, 0, 10},
> PlotStyle -> {{Red, Dashed}, {Blue}}]
>
> Cheers
> Ben
>
>