octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #58649] axes labeling breaks the axis position


From: vasiliy
Subject: [Octave-bug-tracker] [bug #58649] axes labeling breaks the axis position property during printing
Date: Wed, 24 Jun 2020 10:01:07 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36

Follow-up Comment #8, bug #58649 (project octave):

What I tried is to make a callback, that recalculate the position of an
annotation axes in a way to place it exactly above the figure axes. This every
time the position of the figure aces changes.

The problem that I found was, that it is impossible to put an annotation if
some of the coordinates is >1. The annotation is cutted out.

So the only way that was possible is to "collect" all of the coordinates and
annotations handles together in some structure, and in a callback function
make calculations every time to transform the real axis coordinates into a [0
0 1 1] coordinates of an annotation axis. And then set it through the
property.



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58649>

_______________________________________________
  Сообщение отправлено по Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]