This repository contains notebooks and code snippets for the advanced matplotlib tutorial at PyData 2013 (see the schedule here) This tutorial will focus on interactive aspects of matplotlib: how ...
Advanced matplotlib operations for comprehensive data visualization.
It is possible to set a logarithmic scale for one or both axes. This functionality is in fact only one application of a more general transformation system in Matplotlib. Each of the axes' scales are ...