home.social

#treemap — Public Fediverse posts

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

  1. 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

    magicmarcy.de/java-interview-f

    #Java-Interview #Datenstrukturen #Algorithmen #String #Literal #Collections #HashMap #TreeMap #Iterator

  2. 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

    magicmarcy.de/java-interview-f

    #Java-Interview #Datenstrukturen #Algorithmen #String #Literal #Collections #HashMap #TreeMap #Iterator

  3. 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

    magicmarcy.de/java-interview-f

    #Java-Interview #Datenstrukturen #Algorithmen #String #Literal #Collections #HashMap #TreeMap #Iterator

  4. 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.

    magicmarcy.de/maps-in-java-meh

    #Maps #Java #Schlüssel-Wert-Paare #Key #Value #HashMap #LinkedHashMap #TreeMap #programming

  5. 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.

    magicmarcy.de/maps-in-java-meh

    #Maps #Java #Schlüssel-Wert-Paare #Key #Value #HashMap #LinkedHashMap #TreeMap #programming

  6. 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.

    magicmarcy.de/maps-in-java-meh

    #Maps #Java #Schlüssel-Wert-Paare #Key #Value #HashMap #LinkedHashMap #TreeMap #programming

  7. 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.

    magicmarcy.de/maps-in-java-meh

    #Maps #Java #Schlüssel-Wert-Paare #Key #Value #HashMap #LinkedHashMap #TreeMap #programming

  8. 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.

    magicmarcy.de/maps-in-java-meh

    #Maps #Java #Schlüssel-Wert-Paare #Key #Value #HashMap #LinkedHashMap #TreeMap #programming

  9. 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
  10. 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
  11. 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
  12. Что не так с cProfile в Python

    Некоторое время назад с коллегой обсуждали вопрос профилирования программ на Python. Он сказал, что использует gprof2dot для пост‑обработки данных cProfile , в ответ я высказал мысль, о том, что было бы хорошо использовать более современные средства профилирования. И задумался, а можно ли какие‑то из существующих инструментов приспособить для работы с данными в формате pstat , но которые более удобные и дают больше возможностей для анализа.

    habr.com/ru/articles/871318/

    #python #cProfile #performance #flamegraph #treemap #профайлер

  13. Что не так с cProfile в Python

    Некоторое время назад с коллегой обсуждали вопрос профилирования программ на Python. Он сказал, что использует gprof2dot для пост‑обработки данных cProfile , в ответ я высказал мысль, о том, что было бы хорошо использовать более современные средства профилирования. И задумался, а можно ли какие‑то из существующих инструментов приспособить для работы с данными в формате pstat , но которые более удобные и дают больше возможностей для анализа.

    habr.com/ru/articles/871318/

    #python #cProfile #performance #flamegraph #treemap #профайлер

  14. Что не так с cProfile в Python

    Некоторое время назад с коллегой обсуждали вопрос профилирования программ на Python. Он сказал, что использует gprof2dot для пост‑обработки данных cProfile , в ответ я высказал мысль, о том, что было бы хорошо использовать более современные средства профилирования. И задумался, а можно ли какие‑то из существующих инструментов приспособить для работы с данными в формате pstat , но которые более удобные и дают больше возможностей для анализа.

    habr.com/ru/articles/871318/

    #python #cProfile #performance #flamegraph #treemap #профайлер

  15. Что не так с cProfile в Python

    Некоторое время назад с коллегой обсуждали вопрос профилирования программ на Python. Он сказал, что использует gprof2dot для пост‑обработки данных cProfile , в ответ я высказал мысль, о том, что было бы хорошо использовать более современные средства профилирования. И задумался, а можно ли какие‑то из существующих инструментов приспособить для работы с данными в формате pstat , но которые более удобные и дают больше возможностей для анализа.

    habr.com/ru/articles/871318/

    #python #cProfile #performance #flamegraph #treemap #профайлер

  16. chart experiment/proof of concept.

    What concept is it proof of?
    1. That can do recursive
    2. An idea for a / -like syntax for treemap data

    What's a treemap?
    en.wikipedia.org/wiki/Treemapp
    I guess mine is a simplified version where we alternate splitting by columns and rows.

    artfulrobot.uk/lil/treemap/

  17. #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 data

    What's a treemap?
    en.wikipedia.org/wiki/Treemapp
    I guess mine is a simplified version where we alternate splitting by columns and rows.

    artfulrobot.uk/lil/treemap/

  18. #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 data

    What's a treemap?
    en.wikipedia.org/wiki/Treemapp
    I guess mine is a simplified version where we alternate splitting by columns and rows.

    artfulrobot.uk/lil/treemap/

  19. #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 data

    What's a treemap?
    en.wikipedia.org/wiki/Treemapp
    I guess mine is a simplified version where we alternate splitting by columns and rows.

    artfulrobot.uk/lil/treemap/

  20. #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 data

    What's a treemap?
    en.wikipedia.org/wiki/Treemapp
    I guess mine is a simplified version where we alternate splitting by columns and rows.

    artfulrobot.uk/lil/treemap/

  21. 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)."

    #Hackney #trees #TreeMap

    map2.hackney.gov.uk/maps/trees

  22. The split of topics that The New York Times covered in 2022.

    Interactive HTML chart & code:
    bit.ly/3zSxbNh

    You 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

  23. 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 (github.com/asjadnaqvi/stata-tr). One of the hardest ones to code but it's pretty solid now.

  24. 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 (github.com/asjadnaqvi/stata-tr). One of the hardest ones to code but it's pretty solid now.

  25. 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 (github.com/asjadnaqvi/stata-tr). One of the hardest ones to code but it's pretty solid now.

  26. 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 (github.com/asjadnaqvi/stata-tr). One of the hardest ones to code but it's pretty solid now.

  27. Several @Stata packages updated. Install from #GitHub. Up soon on #SSC.

    #treemap v1.41 now correctly collapses categories based on the threshold value. More options added.

    github.com/asjadnaqvi/stata-tr

  28. 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.

    github.com/asjadnaqvi/stata-tr

    More 👇

  29. 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.

  30. Btw #treemap was 10x more complex to program than #sankey. It employs a divide-&-conquer algorithm that attempts to optimize box placement, either by slicing or dicing, for a given width, height, aspect ratio. This means that a change in dimensions = complete change in layout.

  31. 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.

  32. 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.

  33. #treemap v1.3 of the @Stata package is now up on #GitHub. I used it the last few days and found some bugs + features missing. The updates are:

    - fixes to formatting
    - added a "percent" option to show percentages
    - add options to control label gaps

    github.com/asjadnaqvi/stata-tr

  34. 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

  35. 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.

    #dataviz #infographics