ALT Linux Community general discussions
 help / color / mirror / Atom feed
* Re: Re: [comm] gnuplot
@ 2004-12-03 10:33 Sergey A. Tikhotsky
  2004-12-03 10:50 ` Yura Kalinichenko
  0 siblings, 1 reply; 2+ messages in thread
From: Sergey A. Tikhotsky @ 2004-12-03 10:33 UTC (permalink / raw)
  To: community

>AM> пытаюсь пользовать gnuplot и никак не пойму как скормить ему файл в
>AM> котором в каждой строкепервый столбец дата, а два следующих числа с 
>AM> плавующей точкой...

>>У Вас три колонки, он хочет знать где X, где Y. Ему надо сказать:
>>plot 'file' using n1:n2 with lines,
>>где n1 - номер колонки с X,
>>    n2 - номер колонки с Y

>До этого я допер... но мне надо построить два (три) графика на одном
>поле... причем X у них у всех один

plot 'file' using n1:n2 with lines m1, '' using n1:n3 with lines m2

или

plot 'file' using n1:n2 with lines m1
....
set то, что надо
....
replot 'file' using n1:n3 with lines m2

m1 и m2 - целые числа, обозначающие типы используемых линий (включая
цвет), чтобы понять какие они бывают, дать команду:
test

>Что за GMT?
http://gmt.soest.hawaii.edu/
Очень мощный картографический пакет, включающий и возможность
построения 2D графиков и 3D поверхностей. Разобраться в нём сложнее,
но возможностей много больше, чем в gnuplot.

Правда пока не поддерживает кириллицу. Кстати, киньте кто-нибудь
ссылочкой на формат PS и как в него включить кириллические шрифты, я,
быть может, займусь локализацией GMT.

-- 
Best regards,
 Sergey A. Tikhotsky

Physics of the Earth Institute, RAS
Moscow, Bol. Gruzinskaya, 10
ph. (095)2542553                          
e-mail: sat@ifz.ru





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Re: [comm] gnuplot
  2004-12-03 10:33 Re: [comm] gnuplot Sergey A. Tikhotsky
@ 2004-12-03 10:50 ` Yura Kalinichenko
  0 siblings, 0 replies; 2+ messages in thread
From: Yura Kalinichenko @ 2004-12-03 10:50 UTC (permalink / raw)
  To: community

On Птн, 2004-12-03 at 13:33 +0300, Sergey A. Tikhotsky wrote:

> Правда пока не поддерживает кириллицу. Кстати, киньте кто-нибудь
> ссылочкой на формат PS и как в него включить кириллические шрифты, я,
> быть может, займусь локализацией GMT.
> 

Когда-то скачал очень неплохой учебник, подписанный "CФурашев А. 2002".
URL не помню, попробуйте погуглить на тему "Стандартные функции языка
PostScript".

-- 
Yura Kalinichenko




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-12-03 10:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-03 10:33 Re: [comm] gnuplot Sergey A. Tikhotsky
2004-12-03 10:50 ` Yura Kalinichenko

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