ajrgodfrey/BrailleR

TimeSeriesPlot does not work with ggplot

1jamesthompson1 opened this issue · 0 comments

The TimeSeriesPlot is defaulted to use ggplot.

However, the code to actually make it with ggplot is missing.

The ggplot functionality was added here: 273c414

This can easily be fixed by passing the parameters to ggplot just like with ScatterPlot and such.