ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Alexander Buev <buev@anw.ru>
To: community@altlinux.ru
Subject: Re: [comm] gnuplot
Date: Wed, 8 Dec 2004 12:45:31 +0300
Message-ID: <200412081245.32055.buev@anw.ru> (raw)
In-Reply-To: <41B41624.7050409@ricom.ru>

В сообщении от 6 Декабрь 2004 11:19 Alexey Morsov написал(a):

> >>Гм... а можно его заставить начинать оба графика в одной точке?
> >
> >ээ... я не совсем понял вопрос :(
> >если в файле первая строка скажем 0 10 10 то естевственно оба графика
> >начнуться с одной точки (0,10)
>
> Эт понятно... млин - не знаю как это называется в математике и анализе,
> но смысл в том что оба графика (даже при том что у них начальные точки
> скажем 400 и 1000 по Y) начинались в одной, а дальше как бы видно их
> взаимную динамику... т.е. начальные условия двух процессов (отраженных
> графиками) считаем одинаковыми, а дальше кто-то из них более, кто-то
> менее активен.... динамичен.
не думаю что gnuplot справиться, он ведь для отображения а не для анализа
советую взять octave и сделать так:

d=load('datafile')
d(:,2)-=d(1,2)
d(:,3)-=d(1,3)
gplot d using 1:2, d using 1:3

оба графика начнуться с точки (0,0)
формат datafile тотже
gplot собственно вызывает gnuplot 

это то что нужно?

-- 
Alexander Buev
ANW Company www.anw.ru


  reply	other threads:[~2004-12-08  9:45 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-02 13:20 Alexey Morsov
2004-12-02 15:01 ` Andriy Dobrovol's'kii
2004-12-02 15:24 ` Sergey A. Tikhotsky
2004-12-03  8:59   ` Alexey Morsov
2004-12-03 12:11     ` Alexander Buev
2004-12-03 13:35       ` Alexey Morsov
2004-12-06  8:09         ` Alexander Buev
2004-12-06  8:19           ` Alexey Morsov
2004-12-08  9:45             ` Alexander Buev [this message]
2004-12-08 10:18               ` Alexey Morsov
2004-12-04  6:26     ` Gleb Kulikov
2004-12-14 16:46       ` [comm] gnuplot (перевод руководства) antilopa_gnu
2005-04-08 16:31         ` Andriy Dobrovol's'kii
2005-04-12 12:59           ` antilopa_gnu
2005-04-13 13:56             ` Gleb Kulikov
2005-04-13 14:05               ` Andriy Dobrovol's'kii
2005-04-14  9:33             ` Dolgov OV
2005-04-14 12:11             ` Re[2]: " Maksim Otstavnov
2005-04-15  8:51             ` Denis G. Samsonenko
2005-04-16 16:40             ` Денис Смирнов

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200412081245.32055.buev@anw.ru \
    --to=buev@anw.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git