octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #57552] Marker sizes in OpenGL raster plots (p


From: Rik
Subject: [Octave-bug-tracker] [bug #57552] Marker sizes in OpenGL raster plots (png, jpg, etc.) are larger than onscreen
Date: Fri, 13 Mar 2020 17:06:30 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #6, bug #57552 (project octave):

This appears to work.  There is something funny with updates of the window
after the print command has completed.   I used the following code in a file
tst_marksz.m (uploaded as well)


clf;
plot (1:10, 'o-', 'markersize', 36);
print -opengl tst.png


Execute


tst_marksz
tst_marksz


Now look at the size of the markers in the onscreen plot.  They are too small.
 I can restore them to the correct size by executing "refresh" at the command
line or by clicking in the figure window.  Perhaps we need to call refresh or
drawnow in print.m at the end of the function.


(file #48595)
    _______________________________________________________

Additional Item Attachment:

File name: tst_marksz.m                   Size:0 KB
    <https://savannah.gnu.org/file/tst_marksz.m?file_id=48595>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57552>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]