octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #36548] After many imshow !


From: Fu Juay Chang
Subject: [Octave-bug-tracker] [bug #36548] After many imshow !
Date: Sun, 27 May 2012 13:43:52 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5

URL:
  <http://savannah.gnu.org/bugs/?36548>

                 Summary: After many imshow !
                 Project: GNU Octave
            Submitted by: richerard
            Submitted on: Sun 27 May 2012 01:43:51 PM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

I need to show a lot of images when studying pattern recognition. There
happens critical problem after doing imshow many times. The simplified program
and the corresponding octave prompts are given as follows.


>> figure, for i=1:100, subplot(10,10,i), imshow(rand(10)), end
>> figure, for i=1:100, subplot(10,10,i), imshow(rand(10)), end
warning: ft_manager: unable to load font: C:/Windows/fonts/arial.ttf
warning: ft_render: unable to load appropriate font
warning: ft_manager: unable to load font: C:/Windows/fonts/arial.ttf
warning: ft_render: unable to load appropriate font
............


The first line of program will be executed almost properly. However, many
warning messages appear as soon as the second line is executed.  




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?36548>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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