Replies: 3 comments 10 replies
-
Yes, this is a known issue ; has to do with how the coordinates system works (notice there is no "0" in the log scale). See #2454 for more details. In the meantime, you should avoid using |
Beta Was this translation helpful? Give feedback.
8 replies
-
Dupe of #3032? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It doesn't look like it. Adding a "a. scale(y='symlog')" does not work.
This is a very common use case in physics and astrophysics, overlaying a distribution with a function or functions. Publication-quality plots demand legends.
…--Toby Burnett
________________________________
From: Michael Waskom ***@***.***>
Sent: Monday, June 26, 2023 09:35
To: mwaskom/seaborn ***@***.***>
Cc: Toby Burnett ***@***.***>; Author ***@***.***>
Subject: Re: [mwaskom/seaborn] objects.Hist: how to get a log scale for counts? (Discussion #3401)
Dupe of #3032<https://urldefense.com/v3/__https://github.com/mwaskom/seaborn/issues/3032__;!!K-Hz7m0Vt54!k59TO8El5jjoDGk8v7B5bkJxSyOVJN-sKTxF4ZI5y5ghiQbdn7WOFwzG3Ozl7TvIVrrdq-AMlKxFs-MciA1QxpY$>?
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https://github.com/mwaskom/seaborn/discussions/3401*discussioncomment-6284267__;Iw!!K-Hz7m0Vt54!k59TO8El5jjoDGk8v7B5bkJxSyOVJN-sKTxF4ZI5y5ghiQbdn7WOFwzG3Ozl7TvIVrrdq-AMlKxFs-McsRMNekw$>, or unsubscribe<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AAKXRPOMGOSC5JFT5V4TAE3XNG25HANCNFSM6AAAAAAZRVSE7Q__;!!K-Hz7m0Vt54!k59TO8El5jjoDGk8v7B5bkJxSyOVJN-sKTxF4ZI5y5ghiQbdn7WOFwzG3Ozl7TvIVrrdq-AMlKxFs-MckWcZE-A$>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to duplicate the sns.histplot log_scale option to scale the counts. Or log=True in plt.hist.


The histogram disappears after a Plot.scale(y='log') .
Before and after:
Beta Was this translation helpful? Give feedback.
All reactions