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.
#matplotlib #qgis #geopandas #kde #seaborn #dataviz #python
#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.
#seaborn #matplotlib #pandas #Microsoft #excel #Python
Cambio climático en Argentina. #seaborn #python #climate #change #datascience
#seaborn #python #climate #change #datascience
I’ve released a tiny (one function!) package in pypi: splineplot!
It has a very similar interface to #seaborn’s regplot, but it fits a spline to the data instead of a polynomial.
More info here: https://github.com/badge/splineplot/
Una parabola perfecta #ipc #argentina #seaborn #python
#ipc #argentina #seaborn #python
The importance of data storytelling is growing in today's data-driven environment, and we have just the toolset to help you become top-tier data narrators - #SQL, #Seaborn, #Plotly, and #Matplotlib!
Learn more: https://ploomber-sql.readthedocs.io/en/latest/visualizing-your-sql-queries/types-of-visualizations.html
#sql #seaborn #plotly #matplotlib #datascience #datavisualization #python
@bloom @washingtonpost I haven't seen these visualizations specifically, but I know a bit about making visualizations. In general, the most powerful and flexible way to generate graphics is the "grammar of graphics" idea coming from #ggplot2 from #rstats. In #python, there are two libraries that do it well: #plotnine and since this year also #seaborn. Both are good and have multiple nice themes, pick the one you like the most.
#ggplot2 #rstats #python #plotnine #seaborn
I am once again referring to the Coding for Economists #DataViz chapters to style some #seaborn charts. Invaluable.
https://aeturrell.github.io/coding-for-economists/vis-intro.html
How well did #ChemInformatics pioneers Egloff and Wiener fit their models to boiling points of alkanes in the 1940s? My #Python blog post revisits their fits using digital tools such as @scipy, #Polars, #NumPy, #seaborn, #matplotlib @matplotlib, and mol_frame
https://bertiewooster.github.io/2023/04/25/Refitting-Data-from-Wiener.html
cc @ritchie46 @dr_greg_landrum @apahl @egonw @rapodaca @macinchem @matt #chemistry #dataScience
#Cheminformatics #python #polars #numpy #seaborn #matplotlib #chemistry #datascience
I'm working on another #ChemInformatics blog post, this time about fitting data to equations from the #chemistry literature using @scipy with help from #Polars, #NumPy, #seaborn, #matplotlib @matplotlib, and mol_frame by @apahl
#Cheminformatics #chemistry #polars #numpy #seaborn #matplotlib
New Skeleton Code Machine today! Looking at 10 years and 10K itch.io game jams. https://www.skeletoncodemachine.com/p/ten-years-of-game-jams #ttrpg #boardgames #boardgamedesign #python #seaborn #rpg #gamejams #itch #data #datascience
#ttrpg #boardgames #boardgamedesign #python #seaborn #rpg #gamejams #itch #data #datascience
#Seaborn
it's build on Matplotlib, and the underlying logic is still accessible. As long as you don't want something super fancy, seaborn is an easy way to plot fancy, publishable graphs. Especially statical data is plotted nicely and with little effort.
You need pandas to use it properly and get used to the long-form data structure.
Playing with this BattleTech mech unit dataset from Kaggle. Has 3592 rows. https://www.kaggle.com/datasets/bendgame/battletechbattlemech-unit-data #python #seaborn #battletech #battlemech #mech #boardgames
#python #seaborn #battletech #battlemech #mech #boardgames
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
#python #ttrpg #rpg #boardgames #boardgamedesign #seaborn
#ChemInformatics pioneer Harry Wiener used the path number (now called Wiener index) to model the the boiling point of alkanes in 1947. My #Python blog post revisits his #chemistry paper using digital tools such as #RDKit, #Polars, #matplotlib, #seaborn, and #py2opsin.
Thanks @cthoyt for suggesting to use black to format the code.
cc @ritchie46 @dr_greg_landrum @apahl @egonw @rapodaca @macinchem @matt
#Cheminformatics #python #chemistry #rdkit #polars #matplotlib #seaborn #py2opsin
Hm, you can create some beautiful graphs with #matplotlib and #seaborn in #python quite easily.
The key is just knowing what transformations to do and having a clear idea on how you want to visualize the #data.
#data #python #seaborn #matplotlib
I am curious about your #python #visualisation libraries and workflows. I mainly use #seaborn and #matplotlib of course. But I am curious about other possibilities. Are there some useful/cool libraries out there y'all are using that should be used more widely?
#matplotlib #seaborn #visualisation #python