LoginSignup
4
1

More than 5 years have passed since last update.

julia Plots,gr()で凡例の位置

Last updated at Posted at 2019-01-02

参考: How to change legends place with Plots, gr() ?.

指定方法

using Plots
plot( rann(10,3), legend = :bottomleft )

使える記号
- :right
- :left
- :top
- :bottom
- :inside
- :best
- :legend
- :topright
- :topleft
- :bottomleft
- :bottomright

グラフの外には出力できない !

:outtoprintは非対応
はやく対応してほしいなあ.

4
1
1

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