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

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

[Octave-bug-tracker] [bug #49053] figure scaling issue with Qt 5 on macO


From: Stefan Jaumann
Subject: [Octave-bug-tracker] [bug #49053] figure scaling issue with Qt 5 on macOS with Retina / HiDPI scaling
Date: Sun, 18 Dec 2016 14:29:04 +0000 (UTC)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14

Follow-up Comment #21, bug #49053 (project octave):

Hi, 

I just tested the patch on Qt 5, macOS, and a HiDPI (including the patch added
via homebrew/science/octave)

It works fine for plotting points, but does not work for imagesc and the
colorbar: 

numberPoints = 100;
imagesc(rand(numberPoints)); 
hold on; 
plot(1:numberPoints,numberPoints*rand(1,numberPoints),'.')
colorbar;

A fix is highly appreciated!

Thanks a lot for your efforts!

Regards, 
Stefan

(file #39268)
    _______________________________________________________

Additional Item Attachment:

File name: octave-scaling.jpeg            Size:209 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49053>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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