help-octave
[Top][All Lists]
Advanced

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

RE: Trivial Question


From: Damian Harty
Subject: RE: Trivial Question
Date: Tue, 6 Aug 2013 17:35:47 +0000

O Learned Denizens,

Octave 3.6.4 on Windows 7 64-bit.

Doing everything I want but also outputting:

warning: ft_render: skipping missing glyph for character '

…multiple times during a run. It’s associated with a subplot. Is there an easy fix for this? Any information I need to provide to pin it down better?

 

Yes, the command you use to create the plot, especially the one creating text objects (including axis labels and title).

 

Michael.

 

As requested:

 

    figure

    subplot(3,1,1);loglog(WaveNumber,absWNS,colour(index))

    hold on

    xlabel('Wave Number (1/ft)')

    ylabel('WNS in^2/(1/ft)')

    ylim([0.0000001 10])

    title(Surf(index,:))

 

However, just in case it seemed to easy, I now note it doesn’t produce the offending message. Whether I set graphics_toolkit to fltk or gnuplot. What’s changed since I did it before? Glad you asked:

 

-          Racepak Datalink II softeware added

-          Adobe Flash Player updated

-          Notepad++ updated

-          Machine rebooted (I don’t do this very often – never thought I’d hear myself say *that* on a Microsoft operating system)

 

So, the original question has evaporated. Is it something known, is it likely to return? Who knows. If it does come back I will note what else is running at the time. I am suspecting a clash with something else and my suspicions fall on MSC Software’s “ADAMS View” product.

 

Damian




CONFIDENTIAL:

The information contained in this email communication is confidential information intended only for the use of the addressee. Unauthorized use, disclosure or copying of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by return email and destroy all copies of this communication, including all attachments.

reply via email to

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