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

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

[Octave-bug-tracker] [bug #61814] legends with marker '.' are too small


From: Rik
Subject: [Octave-bug-tracker] [bug #61814] legends with marker '.' are too small
Date: Thu, 13 Jan 2022 12:37:00 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?61814>

                 Summary: legends with marker '.' are too small
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Thu 13 Jan 2022 09:36:58 AM PST
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: rik5
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Any

    _______________________________________________________

Details:

Steps to reproduce:


hp = plot (1:10, 'marker', '.', 'markersize', 15);
hleg = legend ('legend_text', 'location', 'north');


Trouble seems to be that legend.m enforces a maximum markersize of 8 in the
legend key, but the '.' marker is specifically ~1/3rd of other marker sizes so
it is quite small at a limit of 8.

Should have a patch soon.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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