i didn’t try anything i am just looking for the answers
so first i have opened ipynb file in the vs code so when i try to use matplotlib to plot some graphs, it just showing the graphs in dark theme how can i change it to light theme as it is in the jupyter notebook file.
Question posted in Visual Studio Code
View the official documentation.
View the official documentation.
2
Answers
Try adding this:
plt.style.use('default')
.Modify your VS Code settings by preventing matplotlibs matching the editor’s theme on Jupyter interactive windows.
Go to Settings (Ctrl + Mayus/Shift + Comma), find Jupyter: Matplotlib Plots option and uncheck it.
Screenshot of settings