Building a matrix of conda distributions with conda-build-all

2015

December

9
Thumbnail for conda_build_all

Introducing conda-build-all, a tool which extends conda-build to provide powerful build matrix capabilities. Repositories such as conda-forge/stages-recipes, SciTools/conda-recipes-scitools and ioos/conda-recipes exist to provide a set of conda recipes, and ultimately, channels from which users can access the product of conda-build-ing those recipes. The build phase of …

Read on...

Interactive matplotlib figures in the IPython notebook - they've landed!

2014

June

3
Thumbnail for nbagg_backend

After what feels like years chipping away at the problem, not least from some awesome developers including the whole of the IPython development team, Michael Droetboom and Jason Grout, I recently closed the development loop and added a new matplotlib backend providing interactive figures in the IPython notebook environment. The …

Read on...

Working with colours in matplotlib

2013

June

3
Thumbnail for working_with_colors_in_matplotlib

When dealing with colours in scientific visualisations some people like to have a colourmap which can be indexed into to pick specific colours. Whilst this isn't necessarily the best way of handling colours in matplotlib, it certainly adds a degree of familiarity to users who have come over from other …

Read on...