Thanks for any help, cheers,Friso
--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/0cd9ca75-ea04-4dbb-b41a-7791fbcfdc01%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Normally in R, setting the plot size is set on the surface that you are plotting on, but from the notebook, I think there is no way to access it.
IRkernel::set_plot_options(width=600,units="px")
IRkernel::set_plot_options(width=6, units="cm")
IRkernel::set_plot_options(width=6, units="in")
Works like a charm!
options(repr.plot.width = 6)options(repr.plot.height = 4)plot(1:10)
repr.function.highlightrepr.matrix.latex.colspecrepr.plot.antialiasrepr.plot.familyrepr.plot.heightrepr.plot.pointsizerepr.plot.qualityrepr.plot.resrepr.plot.widthrepr.vector.quote
--
You received this message because you are subscribed to a topic in the Google Groups "Project Jupyter" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jupyter/623EFF2_yQg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/766938a3-27f6-4a76-8ef3-4954aeea3251%40googlegroups.com.