Olivia Burge

Results 2 issues of Olivia Burge

This produces a nicely centred title (and centred legend text): ```r require(ggplot2) data(iris) ``` ```r ggplot(iris, aes(y = Sepal.Width, x = Petal.Width)) + geom_point(shape = 21, aes(fill = Species)) +...

bug
themes :dancer:

A feature request for your consideration: a function to read old tilia files? Old as in version 1.0, '.til' rather than '.tilx'. I have a dosbox to run DOS tilia,...

enhancement