Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3347
| From | Jörg Buchholz <bookwood4new@freenet.de> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | filledcurves border |
| Date | 2016-06-21 10:35 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <nkau89$eer$2@dont-email.me> (permalink) |
Hello,
the following plot command shows the border only in the key and not at
the plot. Is this a bug or is it normal?
set encoding utf8
set datafile separator ";"
set logscale x
set xrange [1.0:1000.0]
set logscale y
set yrange [0.001:1000.0]
set grid xtics ytics mxtics mytics ls -1, ls 0
set title 'Test Viskositätsmessung Haargel'
set xlabel 'Schergeschwindigkeit D / s^{-1}'
set ylabel 'dynamische Viskosität η / (Pa⋅s)'
set key box
plot for [n= 2:10:2] 'haargel.csv' u 1:n w lp t columnheader,\
'RM180-MB.csv' u 1:4:5 w filledcurves fs transparent solid 0.3 border t
'Messbereich MS 22',\
'RM180-MB.csv' u 1:2:3 w filledcurves fs transparent solid 0.3 border t
'Messbereich MS 33'
Jörg
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
filledcurves border Jörg Buchholz <bookwood4new@freenet.de> - 2016-06-21 10:35 +0200
Re: filledcurves border Karl Ratzsch <mail.kfr@gmx.net> - 2016-06-21 10:57 +0200
Re: filledcurves border Jörg Buchholz <bookwood4new@freenet.de> - 2016-06-21 11:27 +0200
csiph-web