[julia-users] Re: frame

2016-05-20 Thread David P. Sanders
El viernes, 20 de mayo de 2016, 20:12:22 (UTC+1), Henri Girard escribió: > > Hi, > I would like to make a frame in julia pyplot graphic 2D > I tried set_frame_on but nothing display idem for border=:on > Is there a command ? > What is a frame? What is the matplotlib command for this? For PyPlot

[julia-users] Re: frame

2016-05-21 Thread Henri Girard
frame =True is a border around a graphic Sorry, maybe I am wrong, as it's a sage / matplotlib command. In pyplot sometimes it has border and sometimes not I don't know why and how to have it by default A graphic with border plot(x*x,x,-2,2, frame = True, figsize= 4,fontsize=8,aspect_ratio=1) L

[julia-users] Re: frame

2016-05-21 Thread Steven G. Johnson
On Saturday, May 21, 2016 at 11:25:10 AM UTC-4, Henri Girard wrote: > > A graphic with border > > plot(x*x,x,-2,2, frame = True, figsize= 4,fontsize=8,aspect_ratio=1) > As I understand it, those aren't valid plot options in Python Matplotlib either, so I'm not sure where you're getting this. G

[julia-users] Re: frame

2016-05-21 Thread Henri Girard
Wonderfull ! I had seen this command but I didn't know it was drawing a frame... My english is a bit poor in commands Thanks Henri Le vendredi 20 mai 2016 21:12:22 UTC+2, Henri Girard a écrit : > > Hi, > I would like to make a frame in julia pyplot graphic 2D > I tried set_frame_on but nothing d