Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #301
| From | Katharina Miwege <k.miwege@googlemail.com> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Points only plotted at y tics |
| Date | 2011-05-13 06:00 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <a413a9ec-65ac-4d5a-b5cf-8e880523cd42@x3g2000yqj.googlegroups.com> (permalink) |
| References | <cd022140-b38d-4a6b-b79a-4bfd60586875@j25g2000vbr.googlegroups.com> <iqj7fj$17b1$1@gwdu112.gwdg.de> |
On May 13, 2:16 pm, Christoph Bersch <use...@bersch.net> wrote:
> On 12.05.2011 23:40, Katharina Miwege wrote:> In one graph, points are only pointed at minor tic marcs (and major
> > ones) of the y axis. I want to plot all points. What parameter do I
> > need to change?
>
> Just a guess:
>
> You have commas as decimal signs in your data. Either replace them by
> points in the data file or try
> set decimalsign locale
> (set decimalsign "," does not affect the input data)
>
> Christoph
Right guess! Thanks!
I mistakenly wrote
set decimalsign ’,’
but it has to be
set decimalsign locale
, as you wrote. It is explained on p.103 in the documentation. Now it
is a smooth (but not smoothed) graph.
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar
Points only plotted at y tics Katharina Miwege <k.miwege@googlemail.com> - 2011-05-12 14:40 -0700
Re: Points only plotted at y tics Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2011-05-13 13:17 +0200
Re: Points only plotted at y tics Katharina Miwege <k.miwege@googlemail.com> - 2011-05-13 05:56 -0700
Re: Points only plotted at y tics Christoph Bersch <usenet@bersch.net> - 2011-05-13 14:16 +0200
Re: Points only plotted at y tics Katharina Miwege <k.miwege@googlemail.com> - 2011-05-13 06:00 -0700
csiph-web