[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: imagesc: blank plots
From: |
Ben Abbott |
Subject: |
Re: imagesc: blank plots |
Date: |
Thu, 25 Oct 2012 08:43:44 -0400 |
On Oct 25, 2012, at 8:04 AM, Milan Simonovic wrote:
> Hi all,
>
> <snip> ... </snip>
>
> And a related problem, octave can't switch to fltk:
>
> octave:1> available_graphics_toolkits
> ans =
> {
> [1,1] = fltk
> [1,2] = gnuplot
> }
> octave:2> graphics_toolkit fltk
> error: feval: function `__init_fltk__' not found error:
> called from: error: /opt/local/share/octave/3.6.3/m/plot/graphics_toolkit.m
> at line 59, column 5
> octave:3>
>
> Any ideas on what might be wrong?
Are you sure you have "octave-devel" (3.6.3) installed and not "octave"
(3.2.4) ?
Did you install the fltk variant?
port install octave-devel +fltk
Ben