In the last few years, a number of options of how to combine grid graphics (incl. ggplot2
) have emerged.
If you can't remember all functions to do this, this post may serve as a reference guide, but it's mostly
for me because I keep forgetting the functionalities provided by cowplot …
Point arrows to specific parts of the data
tl;dr: Point arrows at your line at defined datum points.
Sometimes to really enhance your picture you need to point at some stuff. Here is a script which will plot vertical lines to show events in your datum plot.
read morelibrary(ggplot2) # This script will draw points to parts of …
How to build a static website using Pelican
It's fairly easy to build a static website. Static websites differ from dynamic in that they do not communicate with a database of any sorts. This makes it easier and especially cheaper to deploy to almost any setup which runs at least rudimentary serving capabilities.
There are many options for …
read more