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


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

Re: An exact diagonal

From "pez" <pez@research.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: An exact diagonal
Date 2016-04-03 17:31 +0200
Organization GRNET - Greek Research and Technology Network
Message-ID <ndrd1c$9c4$1@news.grnet.gr> (permalink)
References <nck801$bl4$1@news.grnet.gr> <ncoifj$9j5$1@solani.org> <nd0jc6$96v$1@news.grnet.gr> <nddnh6$spl$1@solani.org>

Show all headers | View raw


| "Karl Ratzsch" <mail.kfr@gmx.net> wrote in message news:nddnh6$spl$1@solani.org...
| 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

=

- 1 A bug known after 19.3.2016 - 2 An one pixel down staircase
of pixels - 3 A graph of identity function - 4 You - 5 We don't
want - 6 Yes - 7 set samples 301 - 8 Conclusion : Since there
is at least one terminal in which it works, this is not a
problem of gnuplot but of its wxt and win term implemantations -
Thank you

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious 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