Added * Add `plot_points3d` * Experimental top-level lazy attributes `plt` and `sns`, which call autoplt and autosns when invoked for the first time. * New Modal CLI
Fixed * Minor issue in `plot_surface3d`
Changed * Tweaks to phantom legend * Misc changes
0.4.13
Added * Gifify script
Fixed * Fixed close figures with agg.
0.4.12
Added * Add `kwplot.close_figures` and `kwplot.all_figures`.
Changed * Replaced deprecated pylab magic with matplotlib magic when in IPython.
0.4.11
0.4.10
Added * Add `show_ticks=False` keyword argument to `imshow` * Add `phantom_legend` function * Exposed `render_figure_to_image` function * Added `__main__` script to show a normalized image.
0.4.9
Added * `kwplot.autosns` for auto seaborn convenience.