Re: PlotStyle in version 6
- To: mathgroup at smc.vnet.net
- Subject: [mg80479] Re: PlotStyle in version 6
- From: Nazdrovje <nazdrovje at gmail.com>
- Date: Thu, 23 Aug 2007 01:11:42 -0400 (EDT)
- References: <fagu9d$95o$1@smc.vnet.net>
Apart from the /.vals part the code seems to work. In Matheamtica 6, I get two lines, one blue and one red dashed line. Which version were you using? On Aug 22, 11:05 am, ben <benjamin.friedr... at gmail.com> 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