From 88a4ae15fbafa89bd35e1cfc9d8f1624668f9bb8 Mon Sep 17 00:00:00 2001 From: Gordon McDonald Date: Thu, 4 Aug 2022 12:48:43 +1000 Subject: [PATCH] Add image to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ed6601b..e95e6fa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # `notly` Adds the ability to turn a ggplotly object plot back into a ggplot in [Plotly R](https://github.com/plotly/plotly.R) +![Circle of Notly](img/notly.jpg) + Notly has the following functions: `notly::ggplotly()` which should override `plotly::ggplotly()` by adding the ggplot object to the output plotly object.