question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Implement `distplot` equivalent

See original GitHub issue

There are a few places where we would like to use arviz.kdeplot if a variable is continuous, and a histogram if not (traceplots, for example).

This might involve implementing a histplot first and then having distplot just inspect the dtype.

(happy if someone wants to change the names of any of these…)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Dpananoscommented, Aug 1, 2018

I’d be up to contribute.

0reactions
Dpananoscommented, Jan 15, 2019

Take it. On Jan 15, 2019, 7:37 AM -0500, Osvaldo Martin notifications@github.com, wrote:

if @Dpananos does not have the time to work on this I will be happy to take it. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

Read more comments on GitHub >

github_iconTop Results From Across the Web

what to use instead of sns.distplot? - Stack Overflow
I am working on a data set of House Pricing - Advanced Regression . To Visualize my data after some cleaning I used...
Read more >
Announcing the release of seaborn 0.11 | by Michael Waskom
Today sees the 0.11 release of seaborn, a Python library for data visualization. This is a major update with a number of exciting...
Read more >
seaborn.distplot — seaborn 0.12.1 documentation
This function has been deprecated and will be removed in seaborn v0.14.0. It has been replaced by histplot() and displot() , two functions...
Read more >
Best plotly equivalent to sns.distplot(data, fit=norm)
Hello there. I'm trying to find the best, quickest equivalent possible to the following seaborn snippet: import seaborn as sns from ...
Read more >
Sorry, But sns.distplot() Just Isn't Good Enough. This is, Though
Sorry, But sns.distplot() Just Isn't Good Enough. ... this example, or two dimensional — you can use FacetGrid to help organize your plot....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found