help-octave
[Top][All Lists]
Advanced

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

Octave-2.9.12 (CVS) plot text properties


From: A. Scottedward Hodel
Subject: Octave-2.9.12 (CVS) plot text properties
Date: Thu, 31 May 2007 14:14:50 -0500

I've recently had a problem with Octave's text() command.  The "rotation" property seems to have changed.  See below:

I don't find in the current documentation a list of available properties.  The closest I can find is at
http://wiki.octave.org/wiki.pl?ObjectGraphics
but the properties listed there under "Text" do not appear to work.  Any advice on this subject would be much appreciated.

octave:1> __gnuplot_set__ terminal x11
octave:2> text(0.1, 0.1, 'Hi')
octave:3> text(0.1, 0.1, 'Hi','Rotation',90)
warning: set: invalid property `Rotation'
octave:4> which text
text is the user-defined function from the file
/usr/local/share/octave/2.9.12+/m/plot/text.m
octave:5> version
ans = 2.9.12+
octave:6> pkg list
Package Name  | Version | Installation directory
--------------+---------+-----------------------
     general *|   1.0.1 | /Users/hodelas/octave/general-1.0.1
       image *|   1.0.1 | /Users/hodelas/octave/image-1.0.1
      macosx  |   1.0.1 | /Users/hodelas/octave/macosx-1.0.1
      odepkg *|   0.3.0 | /Users/hodelas/octave/odepkg-0.3.0
        plot *|   1.0.0 | /Users/hodelas/octave/plot-1.0.0
  tcl-octave  |   0.1.1 | /Users/hodelas/octave/tcl-octave-0.1.1


reply via email to

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