Creating interactive graphics is vital to data journalism stories. In my first blog post on this subject I explored the possibilities of D3, .JavaScript , R and plotly. If you want to avoid D3 and JavaScript completely and only make use of Python, plotly has developed an interesting new library called Dash. I have been digging into this possibility using data about Dutch municipalities.
From an analysis in R I know that there is correlation between the value of the houses and the average income for municipalities. Checking the partial correlation and using political party as an intervening variable, the correlation does not change dramatically. Can we produce an interactive graph showing this conclusion?
From an analysis in R I know that there is correlation between the value of the houses and the average income for municipalities. Checking the partial correlation and using political party as an intervening variable, the correlation does not change dramatically. Can we produce an interactive graph showing this conclusion?