line thickness

Definitions of graphs you want to share with us

Moderator: Mattk

Post Reply
piombo
Junior Boarder
Junior Boarder
Posts: 22
Joined: Sat Mar 22, 2008 9:47 am
Location: Western Styria, Austria

line thickness

Post 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!
User avatar
HeinrichH
Gold Boarder
Gold Boarder
Posts: 187
Joined: Sun Jan 04, 2009 6:27 pm
Location: Emmen-Netherlands / Panoias-Portugal
Contact:

Re:line thickness

Post 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??
Checking the remote....
wfpost
Platinum Boarder
Platinum Boarder
Posts: 591
Joined: Thu Jun 12, 2008 2:24 pm
Location: HONSOLGEN
Contact:

Re:line thickness

Post 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!
User avatar
HeinrichH
Gold Boarder
Gold Boarder
Posts: 187
Joined: Sun Jan 04, 2009 6:27 pm
Location: Emmen-Netherlands / Panoias-Portugal
Contact:

Re:line thickness

Post by HeinrichH »

Thanks for the answer, thats where I was looking for.
Checking the remote....
Post Reply