Page 1 of 1

line thickness

Posted: Thu Jun 12, 2008 11:10 pm
by piombo
I would like to change the line-thickness in a graph with \"Mix-Max-Balken\". Does anyone know how to do this?

I have a graph which shows the total rainfall per day (over 24 h) for the last three weeks and I want to have the same graph with the maximum of uv-radiation per day. The values \"uv-max\" and \"uv-min\" do not work so I got the idea of this \"min-max-thing\".

Thank's for any ideas!

Re:line thickness

Posted: Mon Apr 20, 2009 11:40 am
by HeinrichH
I have the same question, how to change the line width from the normal plot lines, I can't find it in the GNUplot manual, somebody knows how to??

Re:line thickness

Posted: Mon Apr 20, 2009 12:15 pm
by wfpost
this graph is plotted with

Code: Select all

set locale "de_DE" | set style line 3 lw 2 | set style line 5 lw 4 |
 set style increment user | set zeroaxis 16
Image

Not always all GNUPlot commands are executed correctly, e.g. thickness and too many graphs won´t do it.
Somehow it seems to me that meteohubs formatting command line limits the number of characters that can be used!

Re:line thickness

Posted: Mon Apr 20, 2009 12:36 pm
by HeinrichH
Thanks for the answer, thats where I was looking for.