Skip to content

LSDtopotools/LSDMatplotlibExtensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LSDMatplotlibExtensions

These functions are wrappers and extensions around the matplotlib package to provide additionaly plotting functionality.

They save having to copy and paste bits of code into different script files.

Functionality includes:

  • Adding labels to line graphs automatically
  • Parsing file names to create labels and titles
  • Modifiying the default colour maps , i.e.to create:
  • Truncated colourmaps
  • Discreet colourmaps

Installation

To install locally, download the pacakge, and run pip install . from within the same directory as the setup.py script. To reinstall, say after making changes to this module, run pip install --upgrade ..

You can also just place the lsdmatplotlibextensions folder in your working directory, or append to your PYTHONPATH.

About

These functions are wrappers and extensions around the matplotlib package to provide additionaly plotting functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages