v0.13.0
What's Changed
- Added
get_xlabel()
,get_ylabel()
,get_title()
,get_xscale()
,get_yscale()
,get_aspect()
,transAxes()
, andtransData()
functions to thenamed_arrays.plt
module. by @byrdie in #80 - Added
named_arrays.AbstractArray.to_string_array()
method. by @byrdie in #81 - Changed the behavior of
named_arrays.plt.subplots()
to put the origin of the subplot grid in the lower-left corner. by @byrdie in #82
Full Changelog: v0.12.0...v0.13.0