Thread View: comp.graphics.apps.gnuplot
1 messages
1 total messages
Started by u600256@rho.lanl
Fri, 23 Aug 1996 00:00
Re: (no subject given -- from Jackson Lin)
Author: u600256@rho.lanl
Date: Fri, 23 Aug 1996 00:00
Date: Fri, 23 Aug 1996 00:00
35 lines
1123 bytes
1123 bytes
In message-Id: <9608231627.AA22510@sjs1> icjl@lsil.com (Jackson Lin) writes: > I am trying to use gnuplot3.6. > If I have one plot with a lot of differnt curves , how I can assign different > color for each different curve. If there is a answer, Please let me know. If your output device is set up to give you color, you should be getting different colors for each curve (but probably wrapping around after 8 or something like that) by default. You can cahnge the colors by putting the line and point style indices at the end of the affected section of the 'plot' command: plot f1(x) with lines 3, f2(x) with points 0 5 will plot f1 with a line of style 3 and f2 with points of style 5 ( the '0' is a dummy place-holder). You can see the palette -- which index goes with which style -- by using the command 'test'. If your output device supports color but you are getting black-and-white, you can probably switch to color by using an option on the 'set terminal' command -- see the manual or on-line help for details. If your output device doesn't support color... Dick Crawford, aka rccrawford@lanl.gov
Thread Navigation
This is a paginated view of messages in the thread with full content displayed inline.
Messages are displayed in chronological order, with the original post highlighted in green.
Use pagination controls to navigate through all messages in large threads.
Back to All Threads