I want to plot "something.txt" w l title "mything" with the usual line
width but can I increase the width of the sample portion of lines that follows the titles?
As a workaround you can use a "keyentry".
plot sin(x) w l lt 1 t '',keyentry w l lw 4 lt 1 t 'sin(x)'
On Thu, 14 May 2020, Jörg Buchholz wrote:
As a workaround you can use a "keyentry".
plot sin(x) w l lt 1 t '',keyentry w l lw 4 lt 1 t 'sin(x)'
I have:
plot 'demo.txt' w l title "example",\
'demo.txt' using 1:(2*$2) w l title "modif", keyentry w l lw 4 lt 1
title "double
but it says: line5: undefined variable: keyentry
On Thu, 14 May 2020, Jörg Buchholz wrote:
As a workaround you can use a "keyentry".
plot sin(x) w l lt 1 t '',keyentry w l lw 4 lt 1 t 'sin(x)'
I have:
plot 'demo.txt' w l title "example",\
'demo.txt' using 1:(2*$2) w l title "modif", keyentry w l lw 4 lt 1
title "double
but it says: line5: undefined variable: keyentry
You can do the same with plotting something out of the yrange.
set yrange [0:10]
plot sin(x) w l lt 1 t'',-1 w l lt 1 lw 4 t 'sin(x)'
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 741 |
| Nodes: | 16 (2 / 14) |
| Uptime: | 43:08:58 |
| Calls: | 12,443 |
| Calls today: | 3 |
| Files: | 15,192 |
| Messages: | 6,537,075 |