astetik icon indicating copy to clipboard operation
astetik copied to clipboard

add scaling for 'log' and 'symlog' for special cases

Open mikkokotila opened this issue 6 years ago • 0 comments

Some plots like multikde() are not using the standard scaling module. Such cases need to have a separate scaling function. Maybe it make sense to completely take out scaling from matplotlib and handle it all in numpy before passing the data. More options for scaling this way too.

mikkokotila avatar Apr 22 '18 19:04 mikkokotila