A small python plotting library
This is the qplots library produced primarily by Ashley Setter. It is in part accompanying and being used by my datahandling library. This library has the goal of making every aspect customisable, open and transparent.
Example of joint_plot:
If this library is imported along with seaborn, the fontsize argument to the various plotting functions doesn't work unless you add the line seaborn.reset_orig()
after importing seaborn, which undoes it's changes to the matplotlib defaults.