On Mon, 11 Sep 2006 23:25:59 -0700 (PDT)
horatiu <cl...@ya...> wrote:
>
> 1.It's possible to have a smooth graph without the data points marked on the
> graph?
use "plot ... with lines"
> 2.Can I change the width (thickness) of the graph lines?
use "lw 2", "lw 3" etc with your plot command
> 3.How can I change the color of the lines?
> thanx
try "lt 1", "lt 2" etc with your plot command. The color you get depends on the terminal. Try the "test" command to see what's available.
Till
> --
> View this message in context: http://www.nabble.com/look-feel-tf2256922.html#a6260266
> Sent from the Gnuplot - User forum at Nabble.com.
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Gnuplot-info mailing list
> Gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
|