Skip to content

Commit

Permalink
keep plotly code and comment our save plot
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Carvalho committed Apr 23, 2024
1 parent 1dd9960 commit f1bb110
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/zone_summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -428,12 +428,12 @@ zone_summary <- function(dat,
legend_name = legend_name))

z_plot <- suppressWarnings(plotly::ggplotly(z_plot) %>%
plotly::style(line.width = 1) %>%
plotly::config(scrollZoom = TRUE) %>%
plotly::plotly_build())
plotly::style(line.width = 1) %>%
plotly::config(scrollZoom = TRUE) %>%
plotly::plotly_build())

# save plot
save_plot(project, "zone_summary", z_plot)
# save_plot(project, "zone_summary", z_plot)
}

# # confid plot ----
Expand Down

0 comments on commit f1bb110

Please sign in to comment.