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!
line thickness
Moderator: Mattk
- HeinrichH
- Gold Boarder
- Posts: 187
- Joined: Sun Jan 04, 2009 6:27 pm
- Location: Emmen-Netherlands / Panoias-Portugal
- Contact:
Re:line thickness
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....
Re:line thickness
this graph is plotted with

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!
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
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!