Re: [julia-users] Re: change size of individual plot in gadfly under IJulia

2015-02-12 Thread Jiahao Chen
> yes, but this loses the interactivity, i.e. the zoom functionality is no longer present. i just wanted the usual IJulia plot, but bigger :) Simply replace SVG with SVGJS. Thanks, Jiahao Chen Staff Research Scientist MIT Computer Science and Artificial Intelligence Laboratory

[julia-users] Re: change size of individual plot in gadfly under IJulia

2015-02-12 Thread Andrei Berceanu
yes, but this loses the interactivity, i.e. the zoom functionality is no longer present. i just wanted the usual IJulia plot, but bigger :) On Thursday, February 12, 2015 at 3:06:13 AM UTC+1, Daniel Jones wrote: > > > Hi Andrei, > > You can do this using the draw function, like: > > draw(SVG(20cm

[julia-users] Re: change size of individual plot in gadfly under IJulia

2015-02-11 Thread Daniel Jones
Hi Andrei, You can do this using the draw function, like: draw(SVG(20cm, 10cm), plot(...)) On Wednesday, February 11, 2015 at 3:42:47 PM UTC-8, Andrei Berceanu wrote: > > set_default_plot_size changes the default size of all following plots, but > how can i set the size of a certain plot indi