LoginSignup
2
0

More than 5 years have passed since last update.

juliaでPlots.jl 枠のデザイン framestyleで設定可能 GRを使用

Last updated at Posted at 2018-12-10

Julia: ver1.0.2
GR: 0.36.0
参考: https://docs.juliaplots.org/latest/examples/gr/
のFramestyleのところ

論文用などで,枠で囲いたい時

using Plots
Plots.gr()
plot([1,2,3], framestyle=:box)

julia_gr2.png

できれば,上の枠と右の枠にも目盛りを入れたいのだが,そのオプションが見つからなかった...
知っている人いれば,教えて頂けると嬉しいです.

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