Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #3004 > unrolled thread

Horizontal filling

Started bylakseru@gmail.com
First post2015-08-04 01:15 -0700
Last post2015-08-04 10:54 +0200
Articles 2 — 2 participants

Back to article view | Back to comp.graphics.apps.gnuplot


Contents

  Horizontal filling lakseru@gmail.com - 2015-08-04 01:15 -0700
    Re: Horizontal filling Karl Ratzsch <mail.kfr@gmx.net> - 2015-08-04 10:54 +0200

#3004 — Horizontal filling

Fromlakseru@gmail.com
Date2015-08-04 01:15 -0700
SubjectHorizontal filling
Message-ID<8a7ebbf2-216d-4ce5-8757-b5872ec0dea3@googlegroups.com>
Hi!

I want to plot with filled curve, but instead of filling between to curves vertically, I want to fill horizontally. I want this: http://imgur.com/Z9ZtWqU

I was not able to do this with just filledcu (but then again, I am not an expert). Is this possible?

[toc] | [next] | [standalone]


#3005

FromKarl Ratzsch <mail.kfr@gmx.net>
Date2015-08-04 10:54 +0200
Message-ID<mppuju$5m4$1@solani.org>
In reply to#3004
Am 04.08.2015 um 10:15 schrieb lakseru@gmail.com:
> Hi!
> 
> I want to plot with filled curve, but instead of filling between to curves vertically, I want to fill horizontally. I want this: http://imgur.com/Z9ZtWqU
> 
> I was not able to do this with just filledcu (but then again, I am not an expert). Is this possible?
> 

Combine the points that make up the left and right curve to one dataset
of x,y values (no empty line in between), and plot it "with filledcurves
closed" and invisible linecolor.

Then add the two individual curves with the linestyle you want.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.graphics.apps.gnuplot


csiph-web