From: Roman S <rromas@mailru.com>
To: mandrake-russian@linuxteam.iplabs.ru
Subject: Re: [mdk-re] ÐÏÓÔÒÏÅÎÉÅ ÇÒÁÆÉËÏ×
Date: Mon Mar 19 18:44:11 2001
Message-ID: <200103191550.f2JFodB51402@www1.mailru.com> (raw)
Цитирую Yury Zotov <yz-news@mail.ru>:
> Кто-нибудь знает программу, которая может взять данные из текстового файла
> и по ним нарисовать график, сделать все необходимые подписи по-русски с
> использованием греческих букв записать все это в виде file.eps да еще,
> чтоб все это отображалось "правильными" KOI8-R PS шрифтами?
>
> Заранее спасибо за помощь.
В принципе, подобными возможностями обладает lout.
правда, та версия, которую я мучал - не умела EPS, умела PS и PDF, но с PDF глючила как раз в
части графиков.
Принцип действия - аналогичен тех-овому, освоение (в принципе) не сложное.
Выглядеть график должен примерно так: (выдирка из документации)
-2p @Font @Graph
style { axes }
xorigin { 0 } yorigin { 0 }
xticks { 10@ 50@ 100@ 200@ 500@ }
objects { @NE at { 300 2 } @I { Exponential }
@SE at { ... } @I { Uniform } }
belowcaption { @I n }
{
@Data points { filledcircle } { ... }
@Data points { filledcircle } { ... }
@Data pairs { dashed }
{ 10 2 500 2 }
@Data pairs { dashed }
{
xloop from { 10 } to { 500 } by { 20 } do
{
x sqrt { pi*x / 4 } + 1
}
}
}
Есть так же диакраммосторители в StarOffice и (кажется) KOffice
Rgds!
Roman Savelyev
next reply other threads:[~2001-03-19 18:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-03-19 18:44 Roman S [this message]
2001-03-19 19:24 ` Yury Zotov
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=200103191550.f2JFodB51402@www1.mailru.com \
--to=rromas@mailru.com \
--cc=mandrake-russian@linuxteam.iplabs.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