Skip to content

sharedw/vscode-plotting-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSCode-plotting-theme

This code edits the style of your Matplotlib and Seaborn plots so that they match the style of your VSCode theme. I like working with dark themes, and got tired of having bright white plots yelling at me any time that I plotted something in my VSCode Notebook. This works on Windows for custom themes, and most of the built-in themes. All you need to do is add 'import set_theme' to the top of your notebook. Here's some of examples of before and after, with different themes.

Monokai Dimmed:

Image 1 Image 2

Nostromo UI:

Image 1 Image 2
Tomorrow Night Blue:
Image 1 Image 2

Feel free to submit PRs if any Linux/Mac users out there want to adjust this so that it works for their OS. All you'll need to do is adjust where the 'set_theme' file is looking for the extension folders.

About

Adjusts the color theme of matplotlib and seaborn plots so that they match the theme of your VSCode IDE.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors