Skip to content

Commit

Permalink
Revert "chore: remove print plot expression"
Browse files Browse the repository at this point in the history
This reverts commit 956bc9e.
  • Loading branch information
averissimo committed Nov 29, 2024
1 parent 956bc9e commit e7132b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/tm_g_lineplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,10 @@ template_g_lineplot <- function(dataname = "ANL",
graph_list <- add_expr(
graph_list,
substitute(
expr = plot <- plot_call,
expr = {
plot <- plot_call
plot
},
env = list(plot_call = plot_call)
)
)
Expand Down

0 comments on commit e7132b5

Please sign in to comment.