Skip to content

lamkina/niceplots

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NicePlots

A collection of small tweaks to improve Python / plotting

Build Status

How do I install?

  • Clone this repository, then enter the folder in the command line terminal.
  • Enter pip install -e . within the niceplots folder.

How do I get set up?

  • Use import niceplots at the top of a file where you would like to use any function defined in this package.
  • Use niceplots.setRCParams() to set some matplotlib defaults for nice looking plots.
  • Use niceplots.all() after all the plot commands to apply the niceplot standards on the figure.
  • To use the Matlab colormap "parula", execute from niceplots import parula then use parula.parula_map as your colormap within your plotting script. See the contour plot example code for an example of this.

Contribution guidelines

  • Make any changes you see fit. Please fork your own version and submit a pull request.

Who do I talk to?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%