I have made two changes to the core plotting code.
Fixed a bug in rqpy.densityplot
The function would fail on the creation of the colorbar if an axis ax was passed to the function, as the creation of the colorbar is done via the figure fig, but fig = None when ax is passed
Removed the use of scientific notation by default on the core plotting functions for better readability
I have made two changes to the core plotting code.
rqpy.densityplot
ax
was passed to the function, as the creation of the colorbar is done via the figurefig
, butfig = None
whenax
is passed