2
1

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 3 years have passed since last update.

Gnuplot.jl を使用して、論文用の図(eps,latex)を作成する

Last updated at Posted at 2020-11-06

Gnuplot.jlを使用して論文用の図を作成するための、メソッドを個人的なメモとして記述する。

物理学系ではlatexを用いて論文を書くことが多く、そのため図をeps形式などで使うことが多い(らしい)。

今回は、Gnuplot.jlを用いて簡単に図をeps出力してそれをlatexで実装する所まで紹介する。

以下のコードがあったとする。

スクリーンショット 2020-11-06 22.10.48.png

上の図をセーブすると、texファイルとepsファイルの両方が出力されるので、両方ダウンロードする。
スクリーンショット 2020-11-06 22.11.40.png

これをtex環境で以下のように宣言する(test.epsで宣言すると上手くいかない)
スクリーンショット 2020-11-06 22.13.58.png
latex上の出力結果
スクリーンショット 2020-11-06 22.15.34.png

ラベル表記がlatex表記になっており、綺麗な図が描ける。
個人的に問題だと思った点はjupyter notebook上のlatex表記した所が表示されない(しかし、latex上では表示される)。
このことに関して解決策を見つけた方がいらっしゃいましたら、コメント下さい。お願いします。

2
1
0

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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?