[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #65906] marker in legend not using linewidth
From: |
John |
Subject: |
[Octave-bug-tracker] [bug #65906] marker in legend not using linewidth |
Date: |
Sat, 22 Jun 2024 05:50:39 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?65906>
Summary: marker in legend not using linewidth
Group: GNU Octave
Submitter: yingwee
Submitted: Sat 22 Jun 2024 09:50:39 AM UTC
Category: Plotting
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name: yingwee
Originator Email:
Open/Closed: Open
Release: 9.2.0
Discussion Lock: Any
Operating System: Microsoft Windows
Fixed Release: None
Planned Release: None
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Sat 22 Jun 2024 09:50:39 AM UTC By: John <yingwee>
When plotting a graph with a marker, such as 'x' or '+', and increasing the
linewidth of the maker, when the legend is drawn, the linewidth of the marker
is not the same as the graph.
Here is a minimal working example:
figure
ph=plot(1,1,'x','linewidth',3)
lh=legend('wronglinewidth');
A screenshot of the figure is attached.
Using Windows 10,
>> ver octave
----------------------------------------------------------------------
GNU Octave Version: 9.2.0 (hg id: f7f956555e4a)
GNU Octave License: GNU General Public License
Operating System: MINGW32_NT-6.2 Windows 6.2 x86_64
----------------------------------------------------------------------
>> graphics_toolkit
ans = qt
_______________________________________________________
File Attachments:
-------------------------------------------------------
Name: octave_legend_wrong_linewidth.JPG Size: 28KiB
<https://file.savannah.gnu.org/file/octave_legend_wrong_linewidth.JPG?file_id=56182>
AGPL NOTICE
These attachments are served by Savane. You can download the corresponding
source code of Savane at
https://git.savannah.nongnu.org/cgit/administration/savane.git/snapshot/savane-3cd0d2c94962908e0e7c31b0cfb957af29c7d567.tar.gz
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?65906>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #65906] marker in legend not using linewidth,
John <=