Monte-carlo animation with gganimate

In this article I implement a monte-carlo animation using gganimate in R. In one of my previous posts I introduced monte-carlo simulation. Monte-carlo simulation is one of the widely applied simulation techniques in supply chain management and operations management. I…

ggplot2 animation with gganimate in R

gganimate converts any ggplot2 visualization into a ggplot2 animation. I have already published various posts containing gganimate animations. For R programmers or analysts with proficiency in R this is a very interesting package. See e.g. my blog post introducing comtradr for…

Commodity trade analysis with comtradr in R

I have already introduced various interfaces in R and Python for querying data directly from within a script. Examples covered by me inlcuded the OECD database and its interface in R, i.e. the OECD package in R. I also e.g. covered twitteR,…

Spatial data animation: ggmap & gganimate

Following a series of introductionary posts on spatial data visualization in R, covering packages such as ggmap, leaflet, tidygeocoder, geopy, deckgl and osmdata, I here present a framework utilizing some relevant packages. The framework was developed in R. It was…

Altair in Python for visualizing Tesla stock

I previous posts I have already introduced seaborn and matplotlib.pyplot for visualization in Python. In this post I want to introduce the altair module. This is an alternative module supporting visualization in Python. The altair module can be installed with…