--- Andreas Bott <a....@un...> wrote:
> can you tell me how i can plot two curves in a
> single plot, the first one being a solid blue curve,
> the second one being dashed blue curve
As I remember no.
> or: is it possible to have different colors of solid
> lines in a single plot.
it is possible, but depend on the terminal you will
use. For example, I prefer postscript terminal. You
can try the following script:
set term postscript solid enhanced solid 'Times' 14
set output 'example.ps'
plot 'data.csv' using 2:3 title 'legend 1' with \
lines 1, \
'data.csv' using 1:4 title 'legend 2' with lines
2
You can see the postscript line on my website (sorry
Indonesian).
http://www.pandu.org/CCC/ps_symbols.html
> or: is it possible to change the color of a given
> linetype.
yes.
Wayan
I Wayan Warmada/Dr.
Department of Geology, Faculty of Engineering
Gadjah Mada University, Jl. Grafika 2 - Bulaksumur
Yogyakarta 55281 INDONESIA, Phone: +62-274-901380,513668
E-mail: wa...@ya..., URL: http://warmada.pandu.org
--------------------------------------------------------
__________________________________
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/
|