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

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

[Octave-bug-tracker] [bug #57269] Size of legend keys for bar graphs var


From: Rik
Subject: [Octave-bug-tracker] [bug #57269] Size of legend keys for bar graphs varies with size of labeling text
Date: Tue, 19 Nov 2019 17:54:14 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #2, bug #57269 (project octave):

This is much better.  I still note a difference between previous versions of
Octave, Matlab, and the new code.

The new code seems to fix the height of the rectangles whereas the height
previously scaled with the "fontsize" property.

For example:


demo barh 2
hl = legend ('a', 'ba', 'c');
## At this point, rectangles are ~10 pixels high on my screen
set (hl, 'fontsize', 30)
## rectangles are still ~10 pixels high, but larger in 5.1 or Matlab




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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