#sankey — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #sankey, aggregated by home.social.
-
@bert_hubert
I mean, yes, of course, but the simplicity and beauty of a Sankey graph for energy production/consumption is unparalleled. Look at that loop sending PV energy back to the grid. Isn't that awesome?Well, no, it isn't. No energy should be flowing back into the grid. But #Sankey shows even that grievance beautifully.
I know it's all Greek to you, but please notice that even that doesn't matter. A flow is a flow, no matter the language that describes its details. 🤓
-
I had legimate cause to create a sankey chart! To help me explore various budgeting scenarios.
I had to play around a bit with the dimensions like the node padding to stop all the ribbons collapsing to width 0. Otherwise, it did the job. Despite the tendency for sankeys to become decorative messes.
-
Every time I am like "welp, software engineers had a good run" a coding agent produces mind-bending (but in this case, somewhat beautiful) slop, garbage, or chartjunk like this.
-
[Sankey] Energy flow in Germany (svg, BdEW 2023)
https://piefed.social/c/dataisbeautiful/p/1981721/sankey-energy-flow-in-germany-svg-bdew-2023
-
Sankey‑диаграмма движения денег: от двух дней в Illustrator до интерактива за час
Как понять, куда на самом деле уходят деньги, если смотреть на них как на поток, а не как на набор категорий. На реальном примере показываю, как из банковской выписки собрать Sankey-диаграмму, где помогает AI, где ошибается и какие решения приходится принимать. В итоге получается не статичная картинка, а интерактивная модель, с которой можно работать: разбирать структуру расходов, видеть взаимосвязи и находить узкие места. Подход применим не только к личным финансам, но и к бизнесу — для анализа движения денег, затрат и сложных процессов. Будет полезно дизайнерам, аналитикам и всем, кто работает со сложными системами
https://habr.com/ru/articles/1016620/
#Sankey #визуализация_данных #финансы #анализ_данных #UX_дизайн #интерфейсы #бизнесаналитика #D3js #React #AI
-
Somebody please fix those equal-width Sankey flows with percentages
-
How do I get my life partner to understand #Sankey diagrams
-
The latest #homeassistant has #sankey diagrams for energy flow. I obviously need more energy tracking #sensors for the house ;-)
-
Dear #lazyweb,
I think I've reached the limit of #matplotlib trying to graph the forks from a #git repository. What I want to to plot the slowly growing trunk and then show the relative sizes of the forks from where they start in the trunk to their current heads relative to time (see attached sketch). I thought I might be able to abuse the matplotlib #sankey diagrams for this but so far I've just managed to generate an overcrowded triangle. Any ideas?
-
-
Just discovered the awesome https://sankeymatic.com/ of @nowthis
Just what I needed to visualize a migration project 🙏
-
Curious if anyone has any advice on finding #SysAdmin or similar type #Jobs. Current keyword searches are for #linux or #ansible. It seems like most listings on #LinkedIn and #Indeed are just a #scam to harvest person information. Whenever I receive a rejection I always ask for feedback to confirm there is some reasoning and it is not a fake listing. Have yet to get an answer, if they answer at all, that sounds like there was a real position available. #sankey #infosec
-
This... isn't one, strictly, because the the relative widths of the streams don't correspond to their sizes...
But it does act as an easy-to-comprehend vehicle for talking about the different teams I've been part of during my 4½ years so-far at #automattic!
More details on my blog: https://danq.me/automattic-switch
-
This is a Sankey diagram of how a typical lab project goes. Let us know if we missed any categories #Sankey #DataVis #cartoon #cartoons #comic #comics #instacomic #instacartoon #academia #science #research #errantscience
-
A major update to the #Stata
#sankey v1.6 is now out:
- Complete rewrite of the base routines. The code is faster and more flexible.
- Complete control over sorting nodes and flows.
- Own flows can now be collapsed.
-sortby() has been split into sort1() which orders the nodes and sort2() which orders the flows.
- Support has been added for numerical variables to allow custom sorting.More info and examples on #GitHub:
https://github.com/asjadnaqvi/stata-sankey -
ich hab was zu #sankey Visualisierung in #homeassistant geschrieben: https://qlch.de/blog/2023/05/23/sankey-visualization-in-home-assistant/
-
#Stata #sankey v1.5 is now out with the following changes:
- Value labels can be dropped from either side of the flows
- Value and box label scaling added to adjust to relative stocks & flows
- sorby(., reverse option added)More info and installations:
https://github.com/asjadnaqvi/stata-sankey -
A major update to the @Stata #Sankey package, v1.4 is now out, with three core changes:
- unbalanced sankeys fixed
- level names can be added at the bottom
- colors can be defined by a variable to show selected pathsInstall from #GitHub:
https://github.com/asjadnaqvi/stata-sankey
up soon on SSC. -
#Blastfromthepast #DataViz: How #Sankey's were made back in the days. First, it was called a #Cosmograph. Second, 1000 strips of paper distributed along markers on a plate. PS. International Business Machines = #IBM, a not so common acronym.
This book is so fascinating.
-
v1.3 of the @Stata #sankey package is now out.
- Edge bundling algorithm added. Allows better distribution/visualization of nodes.
- sortby(name|value) option added (see figs 👇)
- boxwidth() option added.Install from #GitHub:
https://github.com/asjadnaqvi/stata-sankey -
#sankey v1.21 fixes several bugs introduced with the new code structure in v1.2. Mostly how gaps are defined. More options added.
-
Version 1.2 of @Stata package #sankey is out!
Major changes:
- Unbalanced Sankey's are now allowed. This is a mix of outgoing values being greater than income values and vice versa.
- Categories can now start in the middle.
- Various backend fixes.