[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #62873] text in contourf is not well readable
From: |
anonymous |
Subject: |
[Octave-bug-tracker] [bug #62873] text in contourf is not well readable |
Date: |
Wed, 7 Sep 2022 17:30:22 -0400 (EDT) |
Follow-up Comment #4, bug #62873 (project octave):
I realized that also simple text in any axes is not well readable. This happen
when the property rotation is different from zero.
plot(3,3,'o')
hh=text(4,4,'ciaotest')
axis([0 5 0 5])
set(hh,'fontsize',14,'fontname','Arial')
if you run the code up to here everything is fine.
As soon as u add also this line of code
set(hh,'rotation',50)
the text is not well readable
(file #53660)
_______________________________________________________
Additional Item Attachment:
File name: rotatedText.png Size:269 KB
<https://file.savannah.gnu.org/file/rotatedText.png?file_id=53660>
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?62873>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-bug-tracker] [bug #62873] text in contourf is not well readable,
anonymous <=