help-octave
[Top][All Lists]
Advanced

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

Re: How can I get an angstrom symbol in Octave?


From: Dmitri A. Sergatskov
Subject: Re: How can I get an angstrom symbol in Octave?
Date: Sun, 22 Sep 2019 12:51:38 -0500

On Sun, Sep 22, 2019 at 12:43 PM Brett Green <address@hidden> wrote:
>
> Ah, I had been using the decimal values - that answers it! The en-dash is 
> working now. Thank you very much!
>
> - Brett Green
>

Decimal would work too:

title([char(226),char(128), char(148)], "fontname", "cambria")

Note -- you need to use font that has the actual char in it.

E.g. this does not work:
title([char(226),char(128), char(148)], "fontname", "symbol")
warning: text_renderer: skipping missing glyph for character '2014'
warning: called from
    __axis_label__ at line 31 column 3
    title at line 51 column 8
warning: text_renderer: skipping missing glyph for character '2014'
warning: called from
    __axis_label__ at line 31 column 3
    title at line 51 column 8


Dmitri.
--



reply via email to

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