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