|
From: Thomas S. <t.s...@fz...> - 2009-07-28 15:56:53
|
define your own line styles: http://www.gnuplot.info/docs/node237.html and use these instead of line types in the plot command. crish wrote: > > > Hi, > I want to have around 40 plots in a single plot. I used multiplot and > smooth csplines. But the colours are repeated after 8. How to increase it > for 40 plots. I tried with HEX code. But I don't get it. > > The script I used is as follows: > > set terminal postscript solid color "bold" 7 > set multiplot > set size 1,1 > set origin 0,0 > > set size 0.4,0.4 > set origin 0.05,0.1 > plot "re31" u 1:2 title "res31: 0.05(2)" smooth csplines lt 1,"re36" u > 1:2 title "res36: 0.07(3)" smooth csplines lt 2,"re111" u 1:2 title > "res111: 0.07(3)" smooth csplines lt 3,"re116" u 1:2 title "res116: > 0.06(3)" smooth csplines lt 4,"re146" u 1:2 title "res146: 0.05(2)" smooth > csplines lt 5, "re152" u 1:2 title "res152: 0.38(5)" smooth csplines lt > 6,"re187" u 1:2 title "res187: 0.08(3)" smooth csplines lt 7,"re219" u 1:2 > title "res219: 0.07(3)" smooth csplines lt 8,"re303" u 1:2 title "res303: > 0.05(3)" smooth csplines lt 9,"re343" u 1:2 title "res343: 0.27(12)" > smooth csplines lt 10,"re347" u 1:2 title "res347: 0.06(3)" smooth > csplines lt 11, "re353" u 1:2 title "res353: 0.07(3)" smooth csplines lt > 12,"re386" u 1:2 title "res386: 0.06(3)" smooth csplines lt 13,"re464" u > 1:2 title "res464: 0.09(4)" smooth csplines lt 14,"re509" u 1:2 title > "res509: 0.08(3)" smooth csplines lt 15,"re543" u 1:2 title "res543: > 0.13(4)" smooth csplines lt 16,"re587" u 1:2 title "res587: 0.09(4)" > smooth csplines lt 17 > > unset multiplot > > Thanks in advance. > Balaji.N. > > _________________________________________________________________ > Missed any of the IPL matches ? Catch a recap of all the action on MSN > Videos > http://msnvideos.in/iplt20/msnvideoplayer.aspx > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://www.nabble.com/To-increase-the-number-of-colours-in-gnuplot-tp24695998p24702387.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |