January 30, 2017

Previous work and context

A few weeks ago I made the following visualization using the packages shiny and ggvis at the time they were the only tools (in R) that I knew to present a reactive graph which it to put the mouse over the data points displays aditional data (in this case an average value and a maximum value at each point).

The same plot is repeated using plotly with the same data.

Conclutions and further work

Today for the graph made with ggvis I have not found a way to share the image so that the functionality of displaying information by putting the mouse over the points is maintained, I have only managed to share the image as .png, however when using plotly the development time was much, much, less a web service is not required and I was able to share the graph keeping the said functionality in a .html file :D ```