Menu

#2621 Windows terminal: gnuplot aborts at some windows size (machine dependent)

None
open
nobody
None
2023-05-18
2023-05-03
No

Windows terminal: gnuplot aborts at some windows size (machine dependent)

set terminal windows size 768, 768
plot 0

gnuplot aborts
But it does not abort

set terminal windows size 640, 640
plot 0

However, PC at University abort does not happen,

Discussion

  • Tatsuro MATSUOKA

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -6,7 +6,7 @@
     gnuplot aborts
     But it does not abort
     ~~~
    -set terminal windows size 768, 768
    +set terminal windows size 640, 640
     plot 0
     ~~~
     However, PC at University abort does not happen,
    
    • Group: -->
    • Priority: -->
     
  • Shigeharu TAKENO

    The problem also happen on my window machine. It may occur when
    the y value of size parameter is too large for the display height
    size, and using D2D engine. I tested it for several display
    resolution by remote desktop (xfreerdp):

    display ysize   win term ysize
    768    => 697 OK, 698 aborts (768 - 70)
    800    => 729 OK, 730 aborts (800 - 70)
    900    => 829 OK, 830 aborts (900 - 70)
    1024     => 953 OK, 954 aborts (1024 - 70)

    And I tested the pc directly:

    display ysize    win term ysize
    1080     => 977 OK, 978 aborts (1080 - 102)

    Using GDI+ engine, the problem may not occur.

     

Log in to post a comment.