[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #65421] patch fails to render if cdata is spec
From: |
Markus Mützel |
Subject: |
[Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry |
Date: |
Tue, 12 Mar 2024 13:26:37 -0400 (EDT) |
Follow-up Comment #26, bug #65421 (group octave):
Graphics properties in Octave are generally processed from left to right. And
sometimes re-ordering leads to different results.
E.g., `set(h, "Units", "normalized", "Position", [0 0 1 1], "Units",
"pixels")` leads to a different result than `set(h, "Units", "normalized",
"Units", "pixels", "Position", [0 0 1 1])` obviously.
The interaction between the different properties of patch objects is sometimes
not obvious from the start. I'm not sure if there are properties which must
not be interchanged with the x/y/zdata, the vertices, or the faces properties.
(There might be none and everything is fine. But I can't tell immediately.)
If you don't mind, it might be best to keep this on the default branch.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?65421>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry, (continued)
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry, Nicholas Jankowski, 2024/03/07
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry, Liang Tang, 2024/03/07
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry, Nicholas Jankowski, 2024/03/07
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry, Dmitri A. Sergatskov, 2024/03/07
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry, Nicholas Jankowski, 2024/03/09
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry, Nicholas Jankowski, 2024/03/09
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry, Liang Tang, 2024/03/10
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry, Nicholas Jankowski, 2024/03/10
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry, Nicholas Jankowski, 2024/03/12
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry, Liang Tang, 2024/03/12
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry,
Markus Mützel <=
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry, Liang Tang, 2024/03/12
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry in property/value calling form, Nicholas Jankowski, 2024/03/12
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry in property/value calling form, Nicholas Jankowski, 2024/03/12
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry in property/value calling form, Markus Mützel, 2024/03/14
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry in property/value calling form, Nicholas Jankowski, 2024/03/14
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry in property/value calling form, Nicholas Jankowski, 2024/03/14
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry in property/value calling form, Markus Mützel, 2024/03/15
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry in property/value calling form, Nicholas Jankowski, 2024/03/15
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry in property/value calling form, Markus Mützel, 2024/03/15
- [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry in property/value calling form, Nicholas Jankowski, 2024/03/15