|
From: xiaomimi <xia...@ho...> - 2007-06-15 03:07:04
|
Thanks a lot. The line color works for Gnuplot 4.2 while I am still using Gnuplot 3.7. I guess I really need to upgrade. Thank you once again for the heads-up. xiao Hern=C3=A1n Gonzalo Asorey-3 wrote: >=20 > Hi! >=20 > Han's answer is related with the fact that the answer to your question > is strongly terminal dependent, i.e., it is not the same for the x11 > terminal as for the postscript terminal. > Following your example: >=20 > gnuplot> set term postscript color > gnuplot> set output "mytest1.ps" > gnuplot> plot x**2 lt 2 lc 1 #it will print a dashed red curve > gnuplot> set output "mytest2.ps" > gnuplot> plot x**2 lt 1 lc 1 #it will print a solid red curve >=20 > For further information, take a look at this useful command: >=20 > gnuplot> help test >=20 > and follow the instructions given there to see your terminal capabilities= . > Bye! >=20 > Hern=C3=A1n >=20 >=20 > On 6/14/07, xiaomimi <xia...@ho...> wrote: >> >> I am not sure if you understand my question. Suppose I am in the >> postscript >> terminal, how can plot that like both solid red line and dashed red line= ? >> >> >> Hans-Bernhard Br=C3=B6ker-2 wrote: >> > >> > xiaomimi wrote: >> >> e.g., how can I plot a dashed red line instead of a solid red line by >> >> default? >> > >> > That depends on which terminal driver you're working with. >> > >> > >> > >> ------------------------------------------------------------------------= - >> > This SF.net email is sponsored by DB2 Express >> > Download DB2 Express C - the FREE version of DB2 express and take >> > control of your XML. No limits. Just data. Click to get it now. >> > http://sourceforge.net/powerbar/db2/ >> > _______________________________________________ >> > Gnuplot-info mailing list >> > Gnu...@li... >> > https://lists.sourceforge.net/lists/listinfo/gnuplot-info >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/How-to-change-line-color-independtly-of-the-line-t= yle-tf3902279.html#a11131426 >> Sent from the Gnuplot - User mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------= - >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> Gnuplot-info mailing list >> Gnu...@li... >> https://lists.sourceforge.net/lists/listinfo/gnuplot-info >> >=20 >=20 > --=20 > --------------------------------------------- > Mg. Hern=C3=A1n Gonzalo Asorey > Instituto Balseiro - CAB > (8400) San Carlos de Bariloche > R=C3=ADo Negro - Rep. Argentina > --------------------------------------------- > cabtep5.cnea.gov.ar/~asoreyh/ >=20 > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info >=20 >=20 --=20 View this message in context: http://www.nabble.com/How-to-change-line-colo= r-independtly-of-the-line-tyle-tf3902279.html#a11132581 Sent from the Gnuplot - User mailing list archive at Nabble.com. |