|
[Date Index]
[Thread Index]
[Author Index]
Re: strange behaviour of ListPlot with PlotStyle options in
- To: mathgroup at smc.vnet.net
- Subject: [mg129641] Re: strange behaviour of ListPlot with PlotStyle options in
- From: Skirmantas Janusonis <skirmantas.janusonis at psych.ucsb.edu>
- Date: Sat, 2 Feb 2013 01:15:27 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
Both plots are in red in my Mathematica 9.0.1. I am not sure why you need the other two colors in the list.
I suggest using
ListLinePlot[{RandomReal[10, 20]}, PlotStyle -> {{Red}, {Green}, {Blue}}]
Prev by Date:
Re: Mathematica and Lisp
Next by Date:
Dynamic scoping
Previous by thread:
Re: Mathematica and Lisp
Next by thread:
Dynamic scoping
|