0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Gnuplotでオングストローム記号が正しく表示されない問題

Last updated at Posted at 2019-01-23

こちらのリンクにあるように、Gnuplot(私の手元でversion 5.2.2)でepsを作成する時、Times-RomanフォントのÅ記号を出そうとすると、正しく表示されない時があります。
それに対してなんとかして表示してみたというものです。
リンク内の回答でも、
~A{1{^\260}}
とすれば少し不恰好だけど、表示できるとありますが、"A"と"°"のフォント大きさをそれぞれ変えて
{/=30 {/Times-Roman ~A{/=24 ^\260}}
のように重ねて表示すればちゃんとÅになりました。

0
0
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?