help-octave
[Top][All Lists]
Advanced

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

Re: sombrero doesn't show (fltk)


From: Ben Abbott
Subject: Re: sombrero doesn't show (fltk)
Date: Wed, 01 Feb 2012 14:12:15 -0500

On Feb 1, 2012, at 1:46 PM, Muhali wrote:

> The following lets me see the first, but not the second figure:
> 
> octave> set(0, "defaultfigureunits", "normalized") ;
> octave> plot(rand(2,2));
> octave> sombrero;
> 
> Any ideas why?
> 
> M.

I thought this had been fixed.

        graphics_toolkit fltk
        figure (1)

These commands display an empty figure as expected.

        set (1, "units", "normalized")

Changing the units to normalized results in a very small figure in the UL of 
the screen.

The units conversion for figures is not working correctly. I've filed a bug 
report.

        https://savannah.gnu.org/bugs/?35430

Ben


reply via email to

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