@jzsimon @arclight @JosetAEtzel
Check this fresh updated article:
https://codingidol.com/how-to-plot-in-python-without-matplotlib/
@jzsimon @arclight @JosetAEtzel
Check this fresh updated article:
https://codingidol.com/how-to-plot-in-python-without-matplotlib/
#DataViz Decision-Making Guide
"How do you decide between #Plotly and #Seaborn?
* If you need interactive and dynamic visualizations, especially for dashboards or 3D data, Plotly is the way to go.
* If you’re focused on statistical analysis, creating publication-ready visuals, or conducting exploratory data analysis, Seaborn is likely your best choice."
by Amit Yadav: https://medium.com/@amit25173/plotly-vs-seaborn-f7207dd3e642
Nom.
https://fediscience.org/@tlohde/113412191058419280
@tlohde - Croissant Distribution
or, where am I most likely to have my next croissant, assuming (something something) independence from my previous croissant. ^k * e^(-
) / k!
--
2d kernel density estimation of the location of bakeries (blue) and farms (red) across France.
Locations taken from OpenStreetMap, with #osmnx & plotted with #matplotlib & #seaborn. font: Borel, by Rosalie Wagner.
#30DayMapChallenge Day 2: Lines
Croissant Distribution
or, where am I most likely to have my next croissant, assuming (something something) independence from my previous croissant. ^k * e^(-
) / k!
--
2d kernel density estimation of the location of bakeries (blue) and farms (red) across France.
Locations taken from OpenStreetMap (considered paying attention to the size of the farm, but didn't), with #osmnx & plotted with #matplotlib & #seaborn. font: Borel, by Rosalie Wagner.
#30DayMapChallenge Day 2: Lines
Are Power Rangers shows getting better? Episodes in 2019 and 2020 seem to be rated higher compared to previous seasons. I didn't even know the show was still going
My contribution to the #TidyTuesday challenge week 35 using the Kaggle Power Rangers data set. #Dataviz made in #python using #matplotlib + #seaborn.
Full code (a bit messy though) https://github.com/Lisa-Ho/small-data-projects?tab=readme-ov-file#092024-power-rangers
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.
Late contribution to #TidyTuesday Canadian NHL Player Birth Dates. Trying to get back into the swing of #dataviz.
Settled on a combination of stripplot, scatter and line to explore the average age of players over time. Looks like the league is getting a bit older overall.
Made in #python using #matplotlib and #seaborn, custom legend and managed to display a discontinued y-axis.
Full code (not pretty but works): https://github.com/Lisa-Ho/small-data-projects/blob/main/2024/2401-canadian-nhl-players/canadian-nhl-players.ipynb
So far, I really like the (relatively) new #object-oriented interface for #Seaborn, one of my favorite #visualization libraries in #Python.
It feels much cleaner, more logical, more compact, and there is indeed less need to go down to #Matplotlib for many tweaks to a plot.
Documentation here: https://seaborn.pydata.org/tutorial/objects_interface.html
Code and result for a very simple bar chart example below. Quite compact and very clean.
Testing some code for identity construction in evangelical news sources. (The text data is a small corpus, so this is mainly about getting the code right. I'm trying out ways to highlight the key identity terms that play a role in boundary work.)
#Sociology #SocialPsychology #Python #DataAnalysis #DiscourseAnalysis #Seaborn
Ok, there is a #python #DataViz issue regarding point pattern analysis my colleagues are struggling with.
It seems that #Seaborn "stretches" two-dimensional #KDE plots in a weird way with some #geopandas data, whereas running the same analysis in #QGIS with the exact same data provides good and expected results.
One option would be to go full #matplotlib to see if it is related to contour plots, but I have not gone there yet.
#Python is now officially supported in #Excel!
As much as I like to pretend that I dislike anything #Microsoft related (except VS Code, of course), I often find myself turning to Excel for small tasks, particularly when collaborating with non-coder colleagues. This new Python support, in particular the ability to represent ranges of Excel cells as #Pandas DataFrames, and use #Matplotlib and #Seaborn for plotting, could be a game change for these applications.
Hi #python users. Which data visualisation library would you recommend to an #rstats user who loves #ggplot2 customisations (and #plotly for interactive plots)? I'm looking for something very customisable to produce interactive #dataviz. Should I go for #altair #bokeh #plotly #seaborn or none of them?
New Skeleton Code Machine is up! The Green Knight Roleplaying Game and tug of war mechanisms. Python sim included. https://www.skeletoncodemachine.com/p/honor-and-dishonor #python #ttrpg #rpg #boardgames #boardgamedesign #seaborn
Been playing all afternoon with the new #seaborn objects interface https://seaborn.pydata.org/tutorial/objects_interface.html
and with #polars https://pola-rs.github.io/polars-book/
I feel I'm quite productive with #polars these days! But also probably stuck in a local optimum. Looking forward to learning some new tricks with Liam Brannigan's course on Udemy https://www.udemy.com/share/107mtq3@v-XAA6RHA5E4oBu04uOWkf4FPuhffyA4v-NW3_ldjcWe65p2PZYQSzvELwWeZLos2Q==/
Calling #seaborn #python experts: How to create line + ribbon plot with seaborn.objects? https://stackoverflow.com/q/74854016/554319