I'm building some blackbody graphs and the values of radiance are very big. Therefore, I would like to display the coordinates in scientific notation, but couldn't find the option. Is it possible to set it directly as some property such as _view.plottingPanel.setProperty(...)?
I'm using the javascript version (EJS 6.0 beta). I tried to circunvent the problem using the log scale, but when I set the scale type to 'log' the values on both axis vanish. Can you shine some light on those issues?