Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #3268

Re: An exact diagonal

From Karl Ratzsch <mail.kfr@gmx.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: An exact diagonal
Date 2016-03-29 13:05 +0200
Organization solani.org
Message-ID <nddnh6$spl$1@solani.org> (permalink)
References <nck801$bl4$1@news.grnet.gr> <ncoifj$9j5$1@solani.org> <nd0jc6$96v$1@news.grnet.gr>

Show all headers | View raw


Am 24.03.2016 um 12:34 schrieb pez:
> set term wxt size 300,300 title "wxt 300x300"
...
> -
> but, in this way, we get an 1-pixel-down wxt subdiagonal,
> instead of an exact win diagonal.

Yes, known bug.
https://sourceforge.net/p/gnuplot/bugs/1759/
But at least there is no jitter in the line.

Point is, i don't understand what exactly you want to achieve.

Who cares, on the interactive desktop terminal, if the output is exactly
300x300 pixel wide? If you want a bitmap file for further use in another
program, OK. But with the png terminal it works perfectly.

set term png size 300,300
set margins 0,0,0,0
unset border
unset tics
set samples 151
set out "test.png"
plot [0:300] x lc '#ff0000' with dots notitle
set out

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

An exact diagonal "pez" <pez@research.net> - 2016-03-19 20:06 +0100
  Re: An exact diagonal Karl Ratzsch <mail.kfr@gmx.net> - 2016-03-21 11:30 +0100
    Re: An exact diagonal "pez" <pez@research.net> - 2016-03-24 12:34 +0100
      Re: An exact diagonal Karl Ratzsch <mail.kfr@gmx.net> - 2016-03-29 13:05 +0200
        Re: An exact diagonal "pez" <pez@research.net> - 2016-04-03 17:31 +0200

csiph-web