uniquely change curve colors and make them darker
- To: mathgroup at smc.vnet.net
- Subject: [mg49776] uniquely change curve colors and make them darker
- From: sean_incali at yahoo.com (sean kim)
- Date: Fri, 30 Jul 2004 06:02:28 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
hello group, http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=bvfvtb%24qeu%241%40smc.vnet.net&rnum=1&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3Dbvfvtb%2524qeu%25241%2540smc.vnet.net has a one liner for labeling and changing the curve colors automatically. namely PlotLegend -> (#[[1]] & /@ sol) PlotStyle -> Table[Hue[(k + 2)/6], {k, 4}] but with say... 10 variable system, the code seems to repeat the colors even if i use, PlotStyle -> Table[Hue[(k + 2)/4], {k, 10}] so... how do i ensure all 10 variables are of different and unique colors? and how do i add grey levels to the unique colors so that yellow, cyan, green show up darker? I'm not sure if i'm making myself clear... thanks for any insights in advance. sean