You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/09/09 01:52:06 UTC

[GitHub] [superset] shuaiwang88 opened a new issue #16640: histogram-like density plot, without the histogram bar.

shuaiwang88 opened a new issue #16640:
URL: https://github.com/apache/superset/issues/16640


   **Is your feature request related to a problem? Please describe.**
   I'd like to duplicate the following code in Seaborn, where I can plot a histogram-like density plot, without the histogram bar. 
   x = np.random.randn(100)
   ax = sns.distplot(x, hist=False, kde = True)
   
   **Describe the solution you'd like**
   Something like this, group by a level.
   <img width="975" alt="Screen Shot 2021-09-08 at 9 50 53 PM" src="https://user-images.githubusercontent.com/14266357/132608911-f95872fe-2341-4b50-857f-0b4bcfabef71.png">
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] ValentinC-BR commented on issue #16640: histogram-like density plot, without the histogram bar.

Posted by GitBox <gi...@apache.org>.
ValentinC-BR commented on issue #16640:
URL: https://github.com/apache/superset/issues/16640#issuecomment-922675049


   This is definitley something we need.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org