From d3b130838a66eedc1b5fa32d9e6dda634688bb9a Mon Sep 17 00:00:00 2001 From: aaron Date: Sat, 27 Jan 2024 15:25:00 +0100 Subject: [PATCH] consolidate ggplot examples in single dir --- crickets.r => ggplot_examples/crickets.r | 0 mpg_plots.r => ggplot_examples/mpg_plots.r | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename crickets.r => ggplot_examples/crickets.r (100%) rename mpg_plots.r => ggplot_examples/mpg_plots.r (100%) diff --git a/crickets.r b/ggplot_examples/crickets.r similarity index 100% rename from crickets.r rename to ggplot_examples/crickets.r diff --git a/mpg_plots.r b/ggplot_examples/mpg_plots.r similarity index 100% rename from mpg_plots.r rename to ggplot_examples/mpg_plots.r