News

matplotlib lacks a direct method to create a plot that combines a violin plot (to show data distribution) and a box plot (to show summary statistics). This is a very common and powerful visualization ...
matplotlib.pyplot is a state-based interface to matplotlib. It provides an implicit, MATLAB-like, way of plotting. It also opens figures on your screen, and acts as the figure GUI manager.