[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #66005] 'extent' text() property is incorrect
From: |
anonymous |
Subject: |
[Octave-bug-tracker] [bug #66005] 'extent' text() property is incorrect |
Date: |
Fri, 19 Jul 2024 18:49:12 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?66005>
Summary: 'extent' text() property is incorrect
Group: GNU Octave
Submitter: None
Submitted: Fri 19 Jul 2024 10:49:10 PM UTC
Category: Plotting
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 9.2.0
Operating System: Microsoft Windows
Fixed Release: None
Planned Release: None
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Fri 19 Jul 2024 10:49:10 PM UTC By: Anonymous
After entering h=text() the values reported by get(h,'extent') are incorrect.
figure(1)
axis([-1000,1000,-1000,1000])
h=text(500,500,"Some text");
get(h,'units')
ans = data
get(h,'extent')
ans =
333.333 327.062 58.727 12.542
On my system (with a 4k monitor and "Change the size of text, apps, and other
items" set to 150% in Windows 10 Settings) [x,y] is off by a multiplicative
factor of approximately (although not exactly) 1.5 and the width by a factor
of approximately 3.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?66005>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
- [Octave-bug-tracker] [bug #66005] 'extent' text() property is incorrect,
anonymous <=