Set plot size for jupyter IRKernel

set_plot_size(width, height)

Arguments

width

width of the plot

height

height of the plot

Examples


# run inside a jupyter notebook
set_plot_size(10, 5)
plot(1:10)