News

As the title says. In Jupyter Lab the y label is cutoff if using log scale and the numbers on the scale get too long (i.e. more than just 10^n, like x * 10^n).
Setting the x or y axes to a log scale seems to result in a blank figure with plot_surface. For example: Commenting out the set_xscale and set_yscale lines results in a working (visible) plot, but ...