Module # 5 assignment

 Module # 5 assignment



Your assignment is to produce your own visualization that capture the design element we covered in today's class: Part to Whole and Ranking via Plot.ly.Links to an external site.  
Here is the  Download data setthat contains two columns: Average Position and Time.
Try to explore this data set through Plot.ly.
Post your visualization on your blog and provide short description to the outcome. 
Just quick note, the Part of Whole is a design framework that have qualities but also disadvantages to capture the data, maybe describe thos   In your assignment, you can also use your own data  in order to design your visual graph based on this design framework.



For this assignment, I used Plotly within Rstudio. This provided me a lot more practice with not only this new interface Plotly, but also Rstudio itself.  


This is the data set with the values. 



I then used the install.packages and library functions to incorporate plot.ly into Rstudio.




This is the code for my first plot. 




This is my first plot. I believe this plot is the easiest to interpret. We are able to see the change in position over an allocated amount of time. 






This is another simple line plot that I made but instead it was directly on Plot.ly and not Rstudio.




Unfortunately, I think there are not enough values to really create interesting plots. So I decided to make up random values and create three hypothetical cars and their average position versus time. Below is the graph. 





Overall I enjoyed working with this data set to create visualizations in plotly and through the plotly package in Rstudio. However, due to the small sample set, it was pretty challenging to create more interesting graphs such as the ones shown on plotly. From the graphs (first and second), we are able to see there is  a quick acceleration at the beginning followed by a steady increase and then a consistent speed as it levels out towards the end. 









Comments

Popular posts from this blog

Final Project

Module # 12

Module # 13