help-octave
[Top][All Lists]
Advanced

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

legend and textposition


From: pantxo diribarne
Subject: legend and textposition
Date: Sat, 21 Apr 2012 19:33:31 +0200

Hi,

I noticed that setting a legend "textposition" property redefines the entire legend. For example :
octave-3.6.1:2> plot(1:10)
octave-3.6.1:3> h = legend ("toto");
octave-3.6.1:4> set (h, "textposition", "right") ## changes textposition
octave-3.6.1:5> set (h, "textposition", "left")
==> error: set: invalid handle (= -7.3835)

Is it an expected behaviour?

Pantxo

reply via email to

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