Closed HounerX closed 2 years ago
Hi @HounerX , I apologize, this issue has gone unnoticed. Is this still a problem? I assume you will want to have a linear color scale on log-scaled parameters. For this, you would need to modify the inputs. This can be done by applying np.log to the x, y arguments of https://github.com/ICB-DCM/pyABC/blob/main/pyabc/visualization/kde.py#L419, for example.
Closing due to inactivity. Please feel free to reopen if the issue persists!
Hello,
I am working with very small values and I need a log scale to have an easy readable plot. I was able to do it on 1D plots by just typing
ax.set_xscale('log')
however, when I do that in 2d on both x and y it doesnt work
Any suggestions please it is really important to have it on log scale