Data visualization
in
Programming Questions
•
1 year ago
Hello everyone I am new to processing and I am not a fan of it at all. I currently in a class teaching processing to better understand certain elements of game design but most of it goes over my head or simply bores me. I was wondering if anyone could help me out with examples of really simple data visualizations. I am using an xmtl file and would like to incorporate the data from this file. thanks for all your help in advance!
<?xml version="1.0"?>
<HipHopCharts>
<player pHeight="1">"Set Fire to the Rain"</player>
<player pHeight="2">"we Found Love"</player>
<player pHeight="3">"good Feeling"</player>
<player pHeight="4">"It Will Rain"</player>
<player pHeight="5">The One That Got Away"</player>
<player pHeight="6">"Domino"</player>
<player pHeight="7">"Stronger"</player>
<player pHeight="8">"Turn Me On"</player>
<player pHeight="9">"Ni**as in Paris"</player>
</HipHopCharts>
1