Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rewrite readme to showcase new features #56

Closed
2 tasks
yjunechoe opened this issue Oct 29, 2021 · 1 comment
Closed
2 tasks

rewrite readme to showcase new features #56

yjunechoe opened this issue Oct 29, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation priority: high high priority
Milestone

Comments

@yjunechoe
Copy link
Owner

yjunechoe commented Oct 29, 2021

Currently just has inspect, capture, modify with ggproto methods. Some things to consider adding/replacing:

Use dplyr to emphasize how ggtrace exposes ggplot2 internals in functional programming terms

  • ggplot_build.ggproto selective plotting

    ggtrace(
        method = ggplot2:::ggplot_build.ggplot,
        trace_steps = -1,
        trace_exprs = expr(data[[1]] <- data[[1]] %>% filter(PANEL == 2)),
        verbose = FALSE
    )
    barplot_plot
    
  • persistent tracing / global_ggtrace_state()

@yjunechoe yjunechoe added documentation Improvements or additions to documentation priority: high high priority labels Oct 29, 2021
@yjunechoe yjunechoe added this to the v0.5 milestone Feb 3, 2022
@yjunechoe
Copy link
Owner Author

superseded by #74

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation priority: high high priority
Projects
None yet
Development

No branches or pull requests

1 participant