pycharm中使用jupyter notebook 图不清晰问题 碧堂小西 2021-08-08 849 阅读1分钟 在pycharm中使用notebook时容易让人看不清字,使用下述代码可以改善 from matplotlib import pyplot pyplot.style.use('dark_background')