#treemap — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #treemap, aggregated by home.social.
-
Kürzlich habe ich einen Artikel gelesen, in dem es um Fragen in einem Vorstellungsgespräch als Java-Entwickler ging. Es wurden einige Fragen vorgestellt und die These aufgestellt, dass die meisten Bewerber diese Fragen nicht beantworten können. Aus diesem Grund möchte ich in dieser Serie auf die
https://magicmarcy.de/java-interview-fragen-3-datenstrukturen-und-algorithmen
#Java-Interview #Datenstrukturen #Algorithmen #String #Literal #Collections #HashMap #TreeMap #Iterator
-
Kürzlich habe ich einen Artikel gelesen, in dem es um Fragen in einem Vorstellungsgespräch als Java-Entwickler ging. Es wurden einige Fragen vorgestellt und die These aufgestellt, dass die meisten Bewerber diese Fragen nicht beantworten können. Aus diesem Grund möchte ich in dieser Serie auf die
https://magicmarcy.de/java-interview-fragen-3-datenstrukturen-und-algorithmen
#Java-Interview #Datenstrukturen #Algorithmen #String #Literal #Collections #HashMap #TreeMap #Iterator
-
Kürzlich habe ich einen Artikel gelesen, in dem es um Fragen in einem Vorstellungsgespräch als Java-Entwickler ging. Es wurden einige Fragen vorgestellt und die These aufgestellt, dass die meisten Bewerber diese Fragen nicht beantworten können. Aus diesem Grund möchte ich in dieser Serie auf die
https://magicmarcy.de/java-interview-fragen-3-datenstrukturen-und-algorithmen
#Java-Interview #Datenstrukturen #Algorithmen #String #Literal #Collections #HashMap #TreeMap #Iterator
-
In der Java-Welt begegnet man früher oder später sogenannten Maps (der Map-Schnittstelle) – und das völlig zu Recht! Sie ist ein grundlegender Bestandteil der Java Collection Frameworks und ermöglicht es, anders als Listen, Daten als Schlüssel-Wert-Paare zu speichern.
https://magicmarcy.de/maps-in-java-mehr-als-wegweiser
#Maps #Java #Schlüssel-Wert-Paare #Key #Value #HashMap #LinkedHashMap #TreeMap #programming
-
In der Java-Welt begegnet man früher oder später sogenannten Maps (der Map-Schnittstelle) – und das völlig zu Recht! Sie ist ein grundlegender Bestandteil der Java Collection Frameworks und ermöglicht es, anders als Listen, Daten als Schlüssel-Wert-Paare zu speichern.
https://magicmarcy.de/maps-in-java-mehr-als-wegweiser
#Maps #Java #Schlüssel-Wert-Paare #Key #Value #HashMap #LinkedHashMap #TreeMap #programming
-
In der Java-Welt begegnet man früher oder später sogenannten Maps (der Map-Schnittstelle) – und das völlig zu Recht! Sie ist ein grundlegender Bestandteil der Java Collection Frameworks und ermöglicht es, anders als Listen, Daten als Schlüssel-Wert-Paare zu speichern.
https://magicmarcy.de/maps-in-java-mehr-als-wegweiser
#Maps #Java #Schlüssel-Wert-Paare #Key #Value #HashMap #LinkedHashMap #TreeMap #programming
-
In der Java-Welt begegnet man früher oder später sogenannten Maps (der Map-Schnittstelle) – und das völlig zu Recht! Sie ist ein grundlegender Bestandteil der Java Collection Frameworks und ermöglicht es, anders als Listen, Daten als Schlüssel-Wert-Paare zu speichern.
https://magicmarcy.de/maps-in-java-mehr-als-wegweiser
#Maps #Java #Schlüssel-Wert-Paare #Key #Value #HashMap #LinkedHashMap #TreeMap #programming
-
In der Java-Welt begegnet man früher oder später sogenannten Maps (der Map-Schnittstelle) – und das völlig zu Recht! Sie ist ein grundlegender Bestandteil der Java Collection Frameworks und ermöglicht es, anders als Listen, Daten als Schlüssel-Wert-Paare zu speichern.
https://magicmarcy.de/maps-in-java-mehr-als-wegweiser
#Maps #Java #Schlüssel-Wert-Paare #Key #Value #HashMap #LinkedHashMap #TreeMap #programming
-
Inviting everyone to come and discover the wonderful world of OpenStreetMap! Free Software User Group, Thiruvananthapuram is organising a Tree Map to map all the trees around Kowdiar.
📅 Date: Thursday, October 2, Gandhi Jayanthi
🕙 Time: 5 PM to 8 PM
📌 Location: Kowdiar Park, Thiruvananthapuram
More details and link to register: https://osmcal.org/event/4078/
#OpenStreetMap #Thiruvananthapuram #Trivandrum #Kerala #FSUGTVM #OSMKerala #OSMIndia #MappingParty #TreeMap #Kowdiar -
Inviting everyone to come and discover the wonderful world of OpenStreetMap! Free Software User Group, Thiruvananthapuram is organising a Tree Map to map all the trees around Kowdiar.
📅 Date: Thursday, October 2, Gandhi Jayanthi
🕙 Time: 5 PM to 8 PM
📌 Location: Kowdiar Park, Thiruvananthapuram
More details and link to register: https://osmcal.org/event/4078/
#OpenStreetMap #Thiruvananthapuram #Trivandrum #Kerala #FSUGTVM #OSMKerala #OSMIndia #MappingParty #TreeMap #Kowdiar -
Inviting everyone to come and discover the wonderful world of OpenStreetMap! Free Software User Group, Thiruvananthapuram is organising a Tree Map to map all the trees around Kowdiar.
📅 Date: Thursday, October 2, Gandhi Jayanthi
🕙 Time: 5 PM to 8 PM
📌 Location: Kowdiar Park, Thiruvananthapuram
More details and link to register: https://osmcal.org/event/4078/
#OpenStreetMap #Thiruvananthapuram #Trivandrum #Kerala #FSUGTVM #OSMKerala #OSMIndia #MappingParty #TreeMap #Kowdiar -
A deep dive into... #treemaps
by #DataVisualization Designer
Dieuwertje van Dijkhttps://www.datylon.com/blog/treemap-chart-deep-dive
A treemap example with #bokeh
https://docs.bokeh.org/en/latest/docs/examples/topics/hierarchical/treemap.html
A treemap example with #plotly
-
Что не так с cProfile в Python
Некоторое время назад с коллегой обсуждали вопрос профилирования программ на Python. Он сказал, что использует gprof2dot для пост‑обработки данных cProfile , в ответ я высказал мысль, о том, что было бы хорошо использовать более современные средства профилирования. И задумался, а можно ли какие‑то из существующих инструментов приспособить для работы с данными в формате pstat , но которые более удобные и дают больше возможностей для анализа.
https://habr.com/ru/articles/871318/
#python #cProfile #performance #flamegraph #treemap #профайлер
-
Что не так с cProfile в Python
Некоторое время назад с коллегой обсуждали вопрос профилирования программ на Python. Он сказал, что использует gprof2dot для пост‑обработки данных cProfile , в ответ я высказал мысль, о том, что было бы хорошо использовать более современные средства профилирования. И задумался, а можно ли какие‑то из существующих инструментов приспособить для работы с данными в формате pstat , но которые более удобные и дают больше возможностей для анализа.
https://habr.com/ru/articles/871318/
#python #cProfile #performance #flamegraph #treemap #профайлер
-
Что не так с cProfile в Python
Некоторое время назад с коллегой обсуждали вопрос профилирования программ на Python. Он сказал, что использует gprof2dot для пост‑обработки данных cProfile , в ответ я высказал мысль, о том, что было бы хорошо использовать более современные средства профилирования. И задумался, а можно ли какие‑то из существующих инструментов приспособить для работы с данными в формате pstat , но которые более удобные и дают больше возможностей для анализа.
https://habr.com/ru/articles/871318/
#python #cProfile #performance #flamegraph #treemap #профайлер
-
Что не так с cProfile в Python
Некоторое время назад с коллегой обсуждали вопрос профилирования программ на Python. Он сказал, что использует gprof2dot для пост‑обработки данных cProfile , в ответ я высказал мысль, о том, что было бы хорошо использовать более современные средства профилирования. И задумался, а можно ли какие‑то из существующих инструментов приспособить для работы с данными в формате pstat , но которые более удобные и дают больше возможностей для анализа.
https://habr.com/ru/articles/871318/
#python #cProfile #performance #flamegraph #treemap #профайлер
-
WinDirStat – Windows Directory Statistics
https://windirstat.net/
#ycombinator #WinDirStat #WDS #Cushion_treemap #treemap #Windows #disk_usage_statistics #disk_cleanup_tool -
Air Log Scale – Exploring an alternative #TreeMap inspired #Visualization of air particles with #LogScale. It's not nothing! #HandDrawn with #dotpict for #Android. #FeedbackWelcome!
License: #CCBY (#CreativeCommons Attribution 4.0 International) vrtxd, Thu 5 Oct 2023. https://dotpict.net/works/5098955
#PixelArt #Hobby #AtmosphericScience #EarthScience #Climatology #ClimateChange #AirQuality #Pollution #GreenhouseGas #CarbonDioxide #Methane #Chemistry #EnvironmentalEducation #Sustainability #LibreCulture
-
Air Log Scale – Exploring an alternative #TreeMap inspired #Visualization of air particles with #LogScale. It's not nothing! #HandDrawn with #dotpict for #Android. #FeedbackWelcome!
License: #CCBY (#CreativeCommons Attribution 4.0 International) vrtxd, Thu 5 Oct 2023. https://dotpict.net/works/5098955
#PixelArt #Hobby #AtmosphericScience #EarthScience #Climatology #ClimateChange #AirQuality #Pollution #GreenhouseGas #CarbonDioxide #Methane #Chemistry #EnvironmentalEducation #Sustainability #LibreCulture
-
Air Log Scale – Exploring an alternative #TreeMap inspired #Visualization of air particles with #LogScale. It's not nothing! #HandDrawn with #dotpict for #Android. #FeedbackWelcome!
License: #CCBY (#CreativeCommons Attribution 4.0 International) vrtxd, Thu 5 Oct 2023. https://dotpict.net/works/5098955
#PixelArt #Hobby #AtmosphericScience #EarthScience #Climatology #ClimateChange #AirQuality #Pollution #GreenhouseGas #CarbonDioxide #Methane #Chemistry #EnvironmentalEducation #Sustainability #LibreCulture
-
Air Log Scale – Exploring an alternative #TreeMap inspired #Visualization of air particles with #LogScale. It's not nothing! #HandDrawn with #dotpict for #Android. #FeedbackWelcome!
License: #CCBY (#CreativeCommons Attribution 4.0 International) vrtxd, Thu 5 Oct 2023. https://dotpict.net/works/5098955
#PixelArt #Hobby #AtmosphericScience #EarthScience #Climatology #ClimateChange #AirQuality #Pollution #GreenhouseGas #CarbonDioxide #Methane #Chemistry #EnvironmentalEducation #Sustainability #LibreCulture
-
Air Log Scale – Exploring an alternative #TreeMap inspired #Visualization of air particles with #LogScale. It's not nothing! #HandDrawn with #dotpict for #Android. #FeedbackWelcome!
License: #CCBY (#CreativeCommons Attribution 4.0 International) vrtxd, Thu 5 Oct 2023. https://dotpict.net/works/5098955
#PixelArt #Hobby #AtmosphericScience #EarthScience #Climatology #ClimateChange #AirQuality #Pollution #GreenhouseGas #CarbonDioxide #Methane #Chemistry #EnvironmentalEducation #Sustainability #LibreCulture
-
how cool is #Melbourne's #treemap :BlobhajTinyHeart: http://melbourneurbanforestvisual.com.au/#mapexplore #trees #treesofMastodon
-
#treemap chart experiment/proof of concept.
What concept is it proof of?
1. That #camiJs can do recursive #WebComponents
2. An idea for a #mermaid / #markDown -like syntax for treemap dataWhat's a treemap?
https://en.wikipedia.org/wiki/Treemapping
I guess mine is a simplified version where we alternate splitting by columns and rows. -
@ringwoodunitarians I think you are talking about a "treemap".
I imagine that many programs can produce them, but some examples would be
Power BI: https://learn.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-treemaps?tabs=powerbi-desktop
Excel: https://support.microsoft.com/en-us/office/create-a-treemap-chart-in-office-dfe86d28-a610-4ef5-9b30-362d5c624b68
Python: https://plotly.com/python/treemaps/ -
Most of the time I'm really quite fond of Hackney Council. Their Parks and Green Spaces department have just answered a long-felt want of mine.
"This map displays data from the Council's tree management software and currently identifies in excess of 45,000 trees plotted across streets, parks, housing and open spaces. The map does not represent trees on private land, unless they are protected by a Tree Preservation Order (TPO)."
-
The split of topics that The New York Times covered in 2022.
Interactive HTML chart & code:
https://bit.ly/3zSxbNhYou can check other years and see how/if their publishing has changed.
I removed the dates from URLs in this case (YYYY/MM/DD) to get a better overview. Note that you can include links* in the chart:
Links*: more than one
Links*: using a URL shortener like bit[.]ly
Links*: containing UTM codes#DataScience #DataVisualization #Python #treemap #advertools #adviz #SEO
-
Since I was already making these figures, might as well submit them for the #30DayChartChallenge Day6: #OWID.
CO2 emissions by regions and countries. Made in #Stata using the #treemap package (https://github.com/asjadnaqvi/stata-treemap). One of the hardest ones to code but it's pretty solid now.
-
A major update to the @Stata #treemap package is now out. v1.4 fixes has the following major changes:
- The layer order is now higher to lower tiers
- "percent" option renamed to "share"
- Children now respect the boundaries of the parents.https://github.com/asjadnaqvi/stata-treemap
More 👇
-
Here are data tests using #COMTRADE. The #treemap shows the % share of petroleum exports by country and subregion.
#sankey shows subregion to subregion flows of petroleum products.
Both packages are part of the #heirarchical #dataviz series. More on this later.
-
UMD iSchool Dean Keith Marzullo teeing up Ben Shneiderman on his reception for the treemap art project “Every Algorithm has Art in It” where treemaps are used for beautifully displaying data. #visualization #treemap
-
A slightly different use of a #treemap: For "Klartext", the magazine of the German School of Journalism with the topic "Land", the students assigned a specific size to each story. In the table of contents, we were thus able to show how these areas together make up a page, just as the stories make up the magazine.
-
MSc Assignment 2 - Data Analytics Principles
I'm doing an apprenticeship MSc in Digital Technology. In the spirit of openness, I'm blogging my research and my assignments.
This is my paper from the Data Analytics module. I enjoyed it far more than the previous module.
This was my second assignment, and I was amazed to score 72%. In the English system 50% is a pass, 60% is a
https://shkspr.mobi/blog/2021/08/msc-assignment-2-data-analytics-principles/
-
WinDirStat – Windows Directory Statistics
https://windirstat.net/
#ycombinator #WinDirStat #WDS #Cushion_treemap #treemap #Windows #disk_usage_statistics #disk_cleanup_tool -
WinDirStat – Windows Directory Statistics
https://windirstat.net/
#ycombinator #WinDirStat #WDS #Cushion_treemap #treemap #Windows #disk_usage_statistics #disk_cleanup_tool -
WinDirStat – Windows Directory Statistics
https://windirstat.net/
#ycombinator #WinDirStat #WDS #Cushion_treemap #treemap #Windows #disk_usage_statistics #disk_cleanup_tool -
Here are data tests using #COMTRADE. The #treemap shows the % share of petroleum exports by country and subregion.
#sankey shows subregion to subregion flows of petroleum products.
Both packages are part of the #heirarchical #dataviz series. More on this later.
-
Here are data tests using #COMTRADE. The #treemap shows the % share of petroleum exports by country and subregion.
#sankey shows subregion to subregion flows of petroleum products.
Both packages are part of the #heirarchical #dataviz series. More on this later.
-
Since I was already making these figures, might as well submit them for the #30DayChartChallenge Day6: #OWID.
CO2 emissions by regions and countries. Made in #Stata using the #treemap package (https://github.com/asjadnaqvi/stata-treemap). One of the hardest ones to code but it's pretty solid now.
-
Since I was already making these figures, might as well submit them for the #30DayChartChallenge Day6: #OWID.
CO2 emissions by regions and countries. Made in #Stata using the #treemap package (https://github.com/asjadnaqvi/stata-treemap). One of the hardest ones to code but it's pretty solid now.
-
Since I was already making these figures, might as well submit them for the #30DayChartChallenge Day6: #OWID.
CO2 emissions by regions and countries. Made in #Stata using the #treemap package (https://github.com/asjadnaqvi/stata-treemap). One of the hardest ones to code but it's pretty solid now.
-
#treemap chart experiment/proof of concept.
What concept is it proof of?
1. That #camiJs can do recursive #WebComponents
2. An idea for a #mermaid / #markDown -like syntax for treemap dataWhat's a treemap?
https://en.wikipedia.org/wiki/Treemapping
I guess mine is a simplified version where we alternate splitting by columns and rows. -
#treemap chart experiment/proof of concept.
What concept is it proof of?
1. That #camiJs can do recursive #WebComponents
2. An idea for a #mermaid / #markDown -like syntax for treemap dataWhat's a treemap?
https://en.wikipedia.org/wiki/Treemapping
I guess mine is a simplified version where we alternate splitting by columns and rows. -
#treemap chart experiment/proof of concept.
What concept is it proof of?
1. That #camiJs can do recursive #WebComponents
2. An idea for a #mermaid / #markDown -like syntax for treemap dataWhat's a treemap?
https://en.wikipedia.org/wiki/Treemapping
I guess mine is a simplified version where we alternate splitting by columns and rows.