由于jupyter-lab更换了@mohirio/jupyterlab-horizon-theme 所以生成的坐标轴看不清,所以通过这种方式work around it.
import matplotlib.pyplot as plt
plt.rc_context({'axes.edgecolor':'orange', 'xtick.color':'green', 'ytick.color':'green', 'figure.facecolor':'white'})
由于jupyter-lab更换了@mohirio/jupyterlab-horizon-theme 所以生成的坐标轴看不清,所以通过这种方式work around it.
import matplotlib.pyplot as plt
plt.rc_context({'axes.edgecolor':'orange', 'xtick.color':'green', 'ytick.color':'green', 'figure.facecolor':'white'})