Closed mrecachinas closed 5 years ago
The specific issues addressed here are fixed as best Jupyter-Sigplot is concerned, but we still have #36.
Independent of fixing the example notebook, we may want to unify some of the
plot_init
andchange_settings
logic a bit more to address this.
If you are referring to noxaxis
in plot init vs show_x_axis
in change settings, that is perhaps better suited as an issue on sigplot itself. It appears at least the noxaxis
and noyaxis
have been fixed (see the example notebook).
@ddw saw this in the example Jupyter notebook. The example there was
plot.change_settings(noxaxis=False, noyaxis=False, xi=True)
When he traced this down, he found:
noxaxis
andnoyaxis
, butchange_settings
usesshow_x_axis
andshow_y_axis
xi
is not supported bychange_settings
Independent of fixing the example notebook, we may want to unify some of the
plot_init
andchange_settings
logic a bit more to address this.