[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #63262] legend fails for contour plots with cl
From: |
Pantxo Diribarne |
Subject: |
[Octave-bug-tracker] [bug #63262] legend fails for contour plots with clabels |
Date: |
Sun, 23 Oct 2022 16:57:53 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?63262>
Summary: legend fails for contour plots with clabels
Project: GNU Octave
Submitter: pantxo
Submitted: dim. 23 oct. 2022 20:57:50
Category: Plotting with OpenGL
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Unexpected Error or Warning
Status: Confirmed
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Release: 7.2.0
Discussion Lock: Any
Operating System: Any
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: dim. 23 oct. 2022 20:57:50 By: Pantxo Diribarne <pantxo>
The simple following code
[c, h] = contour (rand (5));
clabel (c, h);
legend ();
fails with the following error
error: get: unknown text property facecolor
error: called from
legend>create_item at line 1160 column 12
legend>texticon_objects at line 1018 column 21
legend>update_layout_cb at line 925 column 15
legend at line 303 column 5
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63262>
_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #63262] legend fails for contour plots with clabels,
Pantxo Diribarne <=