Plotting R in Jupyter lab with dark theme is barely visible

試著忘記壹切 提交于 2019-12-02 08:16:53

问题


I am trying to plot using R kernel in Jupyter lab, and I set my Jupyter lab theme as "Jupyterlab dark."

Below is my code:

options(repr.plot.width=20, repr.plot.height=5)
plot(x)
points(x2,pch=1,col="blue")

This is what I get

Is there a way to make it look more like the plot below? (I switched jupyter lab theme to light, and now the plot is visible)

来源:https://stackoverflow.com/questions/49929766/plotting-r-in-jupyter-lab-with-dark-theme-is-barely-visible

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!