Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3348
| From | Karl Ratzsch <mail.kfr@gmx.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: filledcurves border |
| Date | 2016-06-21 10:57 +0200 |
| Organization | solani.org |
| Message-ID | <nkavhs$k8k$1@solani.org> (permalink) |
| References | <nkau89$eer$2@dont-email.me> |
The demos all plot the filled area plus the two individual curves, like
plot "+" us 1:(sin(x)):(-3+cos(3*x)) w filledcurves,\
"+" us 1:(sin(x)), \
"+" us 1:(-3+cos(3*x))
, I guess the fillstyle with border has never been done for
"filledcurves". It's a nonimplemented feature, not a bug. ;-)
The second demo script on here
http://gnuplot.sourceforge.net/demo_5.0/fillbetween.html
uses a fillstyle with border in exactly that way, just to have a border
on the legend.
Karl
P.S. Nice to see some rheology gnuplotted! May I ask where you are doing
this?
Am 21.06.2016 um 10:35 schrieb Jörg Buchholz:
>
> the following plot command shows the border only in the key and not at
> the plot. Is this a bug or is it normal?
>
> plot \
> 'RM180-MB.csv' u 1:2:3 w filledcurves fs transparent solid 0.3 border t
> 'Messbereich MS 33'
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | 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