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


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

Provide a dense (lots of lines) X-Y plot with a string close to the graph to make it easier to understand to which category a line belongs

Path csiph.com!goblin1!goblin.stu.neva.ru!news.space.net!news.m-online.net!news.bgeserver.de!bgepartei.de!news2.open-news-network.org!.POSTED.82.199.134.166!not-for-mail
From Franz Gotsis <development@diargo.de>
Newsgroups comp.graphics.apps.gnuplot
Subject Provide a dense (lots of lines) X-Y plot with a string close to the graph to make it easier to understand to which category a line belongs
Date Wed, 17 Jun 2020 03:40:32 +0200
Organization news2.open-news-network.org
Message-ID <rcbsah$mcb$1@news2.open-news-network.org> (permalink)
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 7bit
Injection-Date Wed, 17 Jun 2020 01:40:33 -0000 (UTC)
Injection-Info news2.open-news-network.org; posting-host="82.199.134.166"; logging-data="22923"; mail-complaints-to="abuse@bgeserver.de"
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0
X-Mozilla-News-Host news://news5.open-news-network.org:119
Content-Language en-US
Xref csiph.com comp.graphics.apps.gnuplot:4358

Show key headers only | View raw


I have a graph with about 40 lines (time series) which should visualize
which category behave similar and which ones are showing peculiar behavior.

code:
plot\
'/<path>/CurrentCellSelection-in-GNUplot-Format.txt' using 1:2 with
linespoi title 'cat 1',\
'/<path>/CurrentCellSelection-in-GNUplot-Format.txt' using 1:3 with
linespoi title 'cat 2',\
...
'/<path>/CurrentCellSelection-in-GNUplot-Format.txt' using 1:41 with
linespoi title 'cat 40',\
replot

At the moment I can either show a string at all points which renders the
graph way to crowded or none at all. Is there a way to specify that the
category should be printed for category 1 time series close to the value
for 1990 and for category 2 close to the value for 1991 and so on?

kind regards
Franz from Munich, Germany

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


Thread

Provide a dense (lots of lines) X-Y plot with a string close to the graph to make it easier to understand to which category a line belongs Franz Gotsis <development@diargo.de> - 2020-06-17 03:40 +0200
  Re: Provide a dense (lots of lines) X-Y plot with a string close to the graph to make it easier to understand to which category a line belongs Karl Ratzsch <mail.kfr@gmx.net> - 2020-06-17 09:06 +0200

csiph-web