You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have also tried the commented out method in order to add gridlines but set them below the data, however the gridlines simply stay above the data. When I make corner plots or plots in general manually, this seems to be entirely functional, so I am opening the issue here. In case its a matplotlib issue, I can open an issue on their github as well, however I am not well versed in the implementation in corner to know the full details of why this is not working here.
Also, not sure if this is a thing, but an option to include the horizontal grid lines on histograms would be nice also, but that is a separate issue. Tick labels on hists would be great but would probably make the resulting figure look cramped based on the style of corner's cornerplots. Could probably figure it out with hist kwargs though, haven't tried it yet.
If anything else is needed, happy to share. I left out some information about the data itself, this is for an assignment and I'm not sure the professor would take kindly to the answer plot being publicly shared lol.
The text was updated successfully, but these errors were encountered:
I am making a corner plot, as so:
I have also tried the commented out method in order to add gridlines but set them below the data, however the gridlines simply stay above the data. When I make corner plots or plots in general manually, this seems to be entirely functional, so I am opening the issue here. In case its a matplotlib issue, I can open an issue on their github as well, however I am not well versed in the implementation in corner to know the full details of why this is not working here.
Also, not sure if this is a thing, but an option to include the horizontal grid lines on histograms would be nice also, but that is a separate issue. Tick labels on hists would be great but would probably make the resulting figure look cramped based on the style of corner's cornerplots. Could probably figure it out with hist kwargs though, haven't tried it yet.
If anything else is needed, happy to share. I left out some information about the data itself, this is for an assignment and I'm not sure the professor would take kindly to the answer plot being publicly shared lol.
The text was updated successfully, but these errors were encountered: