Proplot is an object-oriented matplotlib wrapper. The "wrapper" part means that proplot's features are largely a superset of matplotlib. You can use plotting commands like ~matplotlib.axes.Axes.plot, ...
Bug summary When I try to create a plot grid with different column sizes using the 'width_ratios' argument, Python raises an Attribute Error, indicating that 'Figure' object has no property ...