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


Groups > comp.graphics.apps.gnuplot > #3417

Re: Suggestion for generalizing plotting styles

Path csiph.com!news.mixmin.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From Karl Ratzsch <mail.kfr@gmx.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Suggestion for generalizing plotting styles
Date Tue, 18 Oct 2016 18:52:48 +0200
Organization solani.org
Lines 33
Message-ID <nu5k12$20t$1@solani.org> (permalink)
References <69acca52-db9a-4206-9559-53a0baa6ab05@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 7bit
X-Trace solani.org 1476809570 2077 eJwFwQEBACAIA7BK6jloHBTeP4Ib4dNfmNONokoLU4gEbq5iMNV+emOwsPGyZadWyHvcyw8lvBGV (18 Oct 2016 16:52:50 GMT)
X-Complaints-To abuse@news.solani.org
NNTP-Posting-Date Tue, 18 Oct 2016 16:52:50 +0000 (UTC)
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0
In-Reply-To <69acca52-db9a-4206-9559-53a0baa6ab05@googlegroups.com>
X-NNTP-Posting-Host eJwNyskBwDAIA7CVKA3GHYdz/xFSvWUvHpQfGI6t7XZTrUudEpNQcmqoAopGyxfiiWwE88+8KXYRyA==
Cancel-Lock sha1:R14Ceuh1Mbfd8hONxZTVc/xvpXE=
X-User-ID eJwFwQEBACAIA7BKR+FqnCPSP4JbTBrvcgY9Olpdko5sv1M23g4ucyQwmbgBpHdhbKg0kx8p3hE5
Xref csiph.com comp.graphics.apps.gnuplot:3417

Show key headers only | View raw


Am 18.10.2016 um 17:30 schrieb layzarc@aol.com:
> I have a program that is generating data on the fly and I would like to 2d plot it as lines but with 2-character labels at each point. This would be a lot easier
> if there was a plotting style lineslabels. Instead maybe plotting styles should be generalized such as:
>   linespoints -> lines,points (or with some delimiter other than a comma)
> so that lines,labels would be possible and many other combinations.
> 

You mean you want to combine plotting styles to be used for the same
dataset, so you don't have to send the same data twice?

I guess it could be possible, but one would have to come up with
some unambigous, backwards-compatible syntax for it. Sounds tricky,
and certainly not easy to implement.

You know you can write the data into an temporary named datablock
(check "help inline data", since gp5.0) and use that to plot it as
often as you like?

====
$data << EOD
1 2 label
3 4 labl
5 6 lbl
EOD
plot $data w lp, plot $data w labels
====

What you propose would internally be the same thing, only hidden
behind an additional abstraction layer, and much less flexible.

  Karl

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Suggestion for generalizing plotting styles layzarc@aol.com - 2016-10-18 08:30 -0700
  Re: Suggestion for generalizing plotting styles Karl Ratzsch <mail.kfr@gmx.net> - 2016-10-18 18:52 +0200
    Re: Suggestion for generalizing plotting styles layzarc@aol.com - 2016-10-18 10:16 -0700
      Re: Suggestion for generalizing plotting styles Karl Ratzsch <mail.kfr@gmx.net> - 2016-10-18 22:04 +0200
        Re: Suggestion for generalizing plotting styles layzarc@aol.com - 2016-10-18 15:43 -0700

csiph-web