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

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

[Octave-bug-tracker] [bug #64907] Add support for function `tightPositio


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #64907] Add support for function `tightPosition`
Date: Tue, 21 Nov 2023 03:44:22 -0500 (EST)

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

@lt1234: You can download the function file from comment #6 and use it as
such:


plot (1:10); 
xlabel xlabel
ylabel ylabel
title title

axes square
pos = tightPosition (gca);
annotation("rectangle", pos,"Color", "g" ,"LineWidth", 2)
pos = tightPosition (gca, 1);
annotation("rectangle", pos,"Color", "b" ,"LineWidth", 2)


As for the documentation not being correct, can you suggest rewording that
would make things more clear?


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/




reply via email to

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