Conversation
|
Good idea! Is Matplotlibs symlog the same as pseudolog10 ? As for plutovista, we could think about some approximation to this, a good solution would require an implementation in Plotly.js. |
|
Pseudolog10 is I like the idea of an argumentless variant. But for consistency, we can also use Makie's The default parameter is |
|
I think it should be the same for makie and for pyplot. Also, an additional parameter seems to make sense. Are there examples what people use in publications ? Does matlab have something like this ? |
|
ok, I'll change it to Regarding MATLAB: no idea. There is "symlog" https://de.mathworks.com/matlabcentral/fileexchange/57902-symlog, but this is ironically not Matplotlib's symlog but rather pseudolog10 ... |
For plotting doping profiles, we need logarithmic scales but also zero values.
MatplotlibandMakieoffer "symmetric log scaling" for this: https://matplotlib.org/stable/gallery/scales/symlog_demo.html andpseudolog10https://docs.makie.org/stable/reference/blocks/axis#yscaleThis can be added to
GridVisualizeby a few lines of code.PlutoVistaandPlotsdo not support this. A warning is generated (and the scaling is set to:identity) if the user sets:symlog.