From: Maxim.Savrilov@socenter.ru To: community@altlinux.ru Subject: Re: [Comm] [JT] Как сделать удобные шкалы на осях координат? Date: Wed, 26 Feb 2003 17:06:07 +0600 Message-ID: <20030226170607.51a9519f.Maxim.Savrilov@socenter.ru> (raw) In-Reply-To: <3E5C9168.5000001@fioc.kz> > > > > т.е. если все значения от 29 до 30, то между 0 и 29 будет екоторое пустое > > место. тут лучше показать это каким-то разрывом, а сам график масштабировать > > так, чтобы диапазон от мин до макс вошел в нужную высоту картинки (высотой, > > например, 400 точек). > > > Да так и делаю, но отметки на шкале при этом имеют "неудобные" значения. > Собс-но поэтому и сюда обратился. > нечаянно кнопь нажал. ИМХО, вам надо вычислать не координаты точек, а приращения, то есть эээ, __________________ >Неудобно то, что при шкале в 10 делений значения на оси ординат будут >показаны такие: >... >25.21 >24.29 >23.37 Вычисляете разность арифметической прогрессии например d=целое((Ymax-Ymin)/(n-1)) Y0 = целое(Ymin) И рисуем на оси точки Y0, Y0+d, Y0+2d При этом надо задать условие X1<d<X2 чтобы избежать крайних значений типа бесконечность и 0 По моему, так. __________________
next prev parent reply other threads:[~2003-02-26 11:06 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2003-02-26 9:29 [Comm] " Ilya Palagin 2003-02-26 10:01 ` Mike Lykov 2003-02-26 10:05 ` Ilya Palagin 2003-02-26 10:26 ` Maxim.Savrilov 2003-02-26 11:05 ` Ilya Palagin 2003-02-26 11:06 ` Maxim.Savrilov [this message] 2003-02-26 10:25 ` Sergey Degtyaryov 2003-02-26 10:56 ` Ilya Palagin 2003-02-26 11:39 ` Sergey Degtyaryov 2003-02-27 10:13 ` [Comm] " isa 2003-02-27 23:57 ` Vitaly Lugovsky 2003-02-28 3:06 ` Ilya Palagin 2003-02-28 3:27 ` Vitaly Lugovsky 2003-03-01 9:55 ` [Comm] Re[2]: " isa
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=20030226170607.51a9519f.Maxim.Savrilov@socenter.ru \ --to=maxim.savrilov@socenter.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