Sebastian M. Castillo Hair

Results 7 comments of Sebastian M. Castillo Hair

This happens to me as well. I use an external monitor but I was able to reproduce the issue even without one.

@dfm Thanks for your response! I'll try to implement your comments some time this week and get back to you.

Hi everybody, Sorry for the massive delay. I updated my log-scale branch to be based on the most recent main. My example code above runs with this branch as specified....

I added log versions of some of the tests already present, the ones I thought were the most relevant. Let me know what you think!

Hi, I have implemented log-scaled axes. ```python import numpy as np import matplotlib.pyplot as plt import corner cov = np.array([[ 0.1, 0.04, 0.06,], [0.04, 0.1, 0.06,], [0.06, 0.06, 0.1]]) mu...

I just submitted a [pull request](https://github.com/dfm/corner.py/pull/174) with the code I made a while ago. It may need some tidying up to work with the last version but I'm going to...

Been having the same issue for a while, and a solution would be greatly appreciated. Thanks @CloseChoice !