[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
more problems with labels?
From: |
Dmitri A. Sergatskov |
Subject: |
more problems with labels? |
Date: |
Tue, 8 Feb 2011 18:33:47 -0600 |
With 3.4.0:
octave:1> plot(1:10, "-r;1;")
octave:2> hold on
octave:3> plot(2*(1:10))
error: structure has no member `fontname'
error: evaluating argument list element number 1
error: called from:
error: /usr/local/share/octave/3.4.0/m/plot/__go_draw_axes__.m at
line 2086, column 3
error: /usr/local/share/octave/3.4.0/m/plot/__go_draw_axes__.m at
line 1475, column 31
error: /usr/local/share/octave/3.4.0/m/plot/__go_draw_figure__.m at
line 167, column 19
error: /usr/local/share/octave/3.4.0/m/plot/__gnuplot_drawnow__.m at
line 86, column 5
octave:4>
It works as expected with fltk backend...
Dmitri.
--
- more problems with labels?,
Dmitri A. Sergatskov <=