set_plot_size: Set plot size for jupyter IRKernel

View source: R/jupyter-utils.R

set_plot_sizeR Documentation

Set plot size for jupyter IRKernel

Description

Set plot size for jupyter IRKernel

Usage

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)


tanaylab/tgutil documentation built on March 16, 2024, 12:07 a.m.