easyplot icon indicating copy to clipboard operation
easyplot copied to clipboard

Support `ax` and `fig` being supplied independently

Open HamsterHuey opened this issue 9 years ago • 0 comments

Currently, ax and fig kwargs have to be passed in together for EasyPlot to plot in the correct axes. This should not be the case. If only fig is supplied then create axes in fig using fig.add_axes(). If only ax is supplied, then use ax.figure as the figure object for plotting.

HamsterHuey avatar Mar 04 '15 18:03 HamsterHuey