Skip to content

visualisation-tools/visualisation-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

visualisation-tools

A collection of resources that may be of use for geoscience data visualisation.

* Denotes tools that I haven't tried yet.

Colour

3D visualisation

Plotting packages

These are mostly wrappers around the standard Python plotting tool matplotlib (mpl). Many seek to simplify generating visually appealing/useful plots in one line of code, rather that doing all the formatting work in mpl.

Matplotlib

Complex data plots and machine learning

Open source tools

Inspiration

Tutorials from the web

Code fragment reminders

Colour maps in mpl

    countries = df['Country Name']
    color = cm.rainbow(np.linspace(0, 1, len(countries))))
    # length can be an object or get python to test length

About

A collection of data visualisation tools that seem interesting or useful to geosciences

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published