DamienIrving / climate-analysis

Code used for the analysis and visualisation of climate data during my PhD
MIT License
40 stars 19 forks source link

Colours for streamplot #18

Closed DamienIrving closed 9 years ago

DamienIrving commented 9 years ago

When I create a grid of streamplots (using subplot) they all have their own color bounds - there is no option for having multiple streamplots share the same color bounds.

DamienIrving commented 9 years ago

I posted a question on Stack Overflow: http://stackoverflow.com/questions/29220541/setting-the-color-bounds-for-a-matplotlib-streamplot

DamienIrving commented 9 years ago

Solved. I needed to use the norm option that belongs to streamplot