home.social

#holoviews — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #holoviews, aggregated by home.social.

  1. Sad that #holoviews STILL doesn’t wrap empty histogram bins for a log display by default like it is done in @matplotlib for ages: df.plot.hist(log=True) works but df.hvplot(logy=True) crashes with zeros not allowed (due to empty bins). And I really don’t care that the error is mathematically correct, it’s simply passing reality to insist not fixing this, and I’m convinced things like this are preventing a larger uptake of #hvplot and #holoviews.

  2. Sad that #holoviews STILL doesn’t wrap empty histogram bins for a log display by default like it is done in @matplotlib for ages: df.plot.hist(log=True) works but df.hvplot(logy=True) crashes with zeros not allowed (due to empty bins). And I really don’t care that the error is mathematically correct, it’s simply passing reality to insist not fixing this, and I’m convinced things like this are preventing a larger uptake of #hvplot and #holoviews.

  3. Sad that #holoviews STILL doesn’t wrap empty histogram bins for a log display by default like it is done in @matplotlib for ages: df.plot.hist(log=True) works but df.hvplot(logy=True) crashes with zeros not allowed (due to empty bins). And I really don’t care that the error is mathematically correct, it’s simply passing reality to insist not fixing this, and I’m convinced things like this are preventing a larger uptake of #hvplot and #holoviews.

  4. Sad that #holoviews STILL doesn’t wrap empty histogram bins for a log display by default like it is done in @matplotlib for ages: df.plot.hist(log=True) works but df.hvplot(logy=True) crashes with zeros not allowed (due to empty bins). And I really don’t care that the error is mathematically correct, it’s simply passing reality to insist not fixing this, and I’m convinced things like this are preventing a larger uptake of #hvplot and #holoviews.

  5. Sad that #holoviews STILL doesn’t wrap empty histogram bins for a log display by default like it is done in @matplotlib for ages: df.plot.hist(log=True) works but df.hvplot(logy=True) crashes with zeros not allowed (due to empty bins). And I really don’t care that the error is mathematically correct, it’s simply passing reality to insist not fixing this, and I’m convinced things like this are preventing a larger uptake of #hvplot and #holoviews.

  6. *sigh* #bokehplots and/or #holoviews #hvplot still haven't worked out a way to do a histplot with logy=True and empty bins??? Sadness...

  7. *sigh* #bokehplots and/or #holoviews #hvplot still haven't worked out a way to do a histplot with logy=True and empty bins??? Sadness...

  8. *sigh* #bokehplots and/or #holoviews #hvplot still haven't worked out a way to do a histplot with logy=True and empty bins??? Sadness...

  9. *sigh* #bokehplots and/or #holoviews #hvplot still haven't worked out a way to do a histplot with logy=True and empty bins??? Sadness...

  10. *sigh* #bokehplots and/or #holoviews #hvplot still haven't worked out a way to do a histplot with logy=True and empty bins??? Sadness...

  11. Как мы упростили процесс интерактивной визуализации данных в веб-приложении, используя HoloViews

    Идея этой статьи родилась, когда наша команда занималась разработкой минимально жизнеспособного продукта (MVP) внутренней веб-системы, важной составляющей которой было визуальное представление данных, а именно результатов работы различных анализаторов исходного кода программного обеспечения. Из всего разнообразия библиотек визуализации в веб мы выбрали HoloViews, поскольку она в наибольшей степени соответствовала компетенциям нашей команды, костяк которой в силу специфики проекта составляли специалисты по анализу данных. Однако для успешной интеграции HoloViews в веб-приложение нам, как разработчикам, пришлось проявить и некоторую изобретательность. Мы посчитали, что имеет смысл поделиться этим опытом, поскольку в одном месте подобный материал до сих пор нигде не был собран.

    habr.com/ru/companies/astralin

    #data_analyst #визуализация_данных #графики #датааналитик #вебприложения #датасайентист #data_scientist #интерактивная_визуализация #HoloViews

  12. Hey #spatial #R folks, is it possible to extract geometries from #ggplot as files? That is, the point, line, and polygon geometries in the graphs to #geopackage or #shapefile etc.

    It is possible with #seaborn and #matplotlib, but that's Python not R. There's a nice and lightning fast #EdgeBundling technique in the newest ggplot, which is very promising for the #visualization of massive #mobility data.

    There is also something in #HoloViews but I do not understand that library at all.

  13. There is always so much more to tell. I only realized afterwards that I overlooked the new spatial and temporal unit support 🤦

    But I did remember the new and improved support and our plans for / integration

  14. There is always so much more to tell. I only realized afterwards that I overlooked the new spatial and temporal unit support 🤦

    But I did remember the new and improved #OGC #MovingFeatures #MFJson support and our plans for #MEOS / #MobilityDB integration

    #MobiSpaces #EMERALDSeu #Panel #Holoviz #Holoviews

  15. There is always so much more to tell. I only realized afterwards that I overlooked the new spatial and temporal unit support 🤦

    But I did remember the new and improved #OGC #MovingFeatures #MFJson support and our plans for #MEOS / #MobilityDB integration

    #MobiSpaces #EMERALDSeu #Panel #Holoviz #Holoviews

  16. There is always so much more to tell. I only realized afterwards that I overlooked the new spatial and temporal unit support 🤦

    But I did remember the new and improved #OGC #MovingFeatures #MFJson support and our plans for #MEOS / #MobilityDB integration

    #MobiSpaces #EMERALDSeu #Panel #Holoviz #Holoviews

  17. There is always so much more to tell. I only realized afterwards that I overlooked the new spatial and temporal unit support 🤦

    But I did remember the new and improved #OGC #MovingFeatures #MFJson support and our plans for #MEOS / #MobilityDB integration

    #MobiSpaces #EMERALDSeu #Panel #Holoviz #Holoviews

  18. trick of the day: linking a scatter plot and a bar plot in using DynamicMap (since Linked Brushing -- which is awesome usually -- does not support bar plots)

    9 lines of code 😎

    discourse.holoviz.org/t/linked

    HT @MarcSkovMadsen whose answer to a related question pointed me towards the right path

  19. #ExploratoryDataAnalysis trick of the day: linking a scatter plot and a bar plot in #holoviews using DynamicMap (since Linked Brushing -- which is awesome usually -- does not support bar plots)

    9 lines of code 😎

    discourse.holoviz.org/t/linked

    HT @MarcSkovMadsen whose answer to a related question pointed me towards the right path

    #DataViz #hvplot #DataScience

  20. #ExploratoryDataAnalysis trick of the day: linking a scatter plot and a bar plot in #holoviews using DynamicMap (since Linked Brushing -- which is awesome usually -- does not support bar plots)

    9 lines of code 😎

    discourse.holoviz.org/t/linked

    HT @MarcSkovMadsen whose answer to a related question pointed me towards the right path

    #DataViz #hvplot #DataScience

  21. #ExploratoryDataAnalysis trick of the day: linking a scatter plot and a bar plot in #holoviews using DynamicMap (since Linked Brushing -- which is awesome usually -- does not support bar plots)

    9 lines of code 😎

    discourse.holoviz.org/t/linked

    HT @MarcSkovMadsen whose answer to a related question pointed me towards the right path

    #DataViz #hvplot #DataScience

  22. #ExploratoryDataAnalysis trick of the day: linking a scatter plot and a bar plot in #holoviews using DynamicMap (since Linked Brushing -- which is awesome usually -- does not support bar plots)

    9 lines of code 😎

    discourse.holoviz.org/t/linked

    HT @MarcSkovMadsen whose answer to a related question pointed me towards the right path

    #DataViz #hvplot #DataScience

  23. I'm so happy that we're finally in a place where we can whip up a quick trajectory data exploration app with maps and graphs from rather arbitrary inputs, be it plain old csv with x/y in any crs known to proj, or fancy gis formats in just a few minutes.

    It's minimal extra effort and seems to impress most people so much more than comparable plots in a notebook 🤷‍♀️😀

    #MovingPandas #panel #hvplot #holoviz #holoviews #geoviews #geopandas #SpatialDataScience #mobilitydatascience #dataviz

  24. I'm so happy that we're finally in a place where we can whip up a quick trajectory data exploration app with maps and graphs from rather arbitrary inputs, be it plain old csv with x/y in any crs known to proj, or fancy gis formats in just a few minutes.

    It's minimal extra effort and seems to impress most people so much more than comparable plots in a notebook 🤷‍♀️😀

  25. I'm so happy that we're finally in a place where we can whip up a quick trajectory data exploration app with maps and graphs from rather arbitrary inputs, be it plain old csv with x/y in any crs known to proj, or fancy gis formats in just a few minutes.

    It's minimal extra effort and seems to impress most people so much more than comparable plots in a notebook 🤷‍♀️😀

    #MovingPandas #panel #hvplot #holoviz #holoviews #geoviews #geopandas #SpatialDataScience #mobilitydatascience #dataviz

  26. I'm so happy that we're finally in a place where we can whip up a quick trajectory data exploration app with maps and graphs from rather arbitrary inputs, be it plain old csv with x/y in any crs known to proj, or fancy gis formats in just a few minutes.

    It's minimal extra effort and seems to impress most people so much more than comparable plots in a notebook 🤷‍♀️😀

    #MovingPandas #panel #hvplot #holoviz #holoviews #geoviews #geopandas #SpatialDataScience #mobilitydatascience #dataviz

  27. I'm so happy that we're finally in a place where we can whip up a quick trajectory data exploration app with maps and graphs from rather arbitrary inputs, be it plain old csv with x/y in any crs known to proj, or fancy gis formats in just a few minutes.

    It's minimal extra effort and seems to impress most people so much more than comparable plots in a notebook 🤷‍♀️😀

    #MovingPandas #panel #hvplot #holoviz #holoviews #geoviews #geopandas #SpatialDataScience #mobilitydatascience #dataviz