Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates internals and extensions chapters (#268)
* adds detail to the ggproto introduction * expands the explanation of ggproto syntax * converts ggproto style guide to bulleted list * foreshadows the output format when ggproto methods are printed * attempts to structure final part as "advanced topics" * tweaks comment on stateless ggproto objects * starts extending "new themes" section * comments out bad example * adds section on complete themes per suggestion in #171 * starts section on registering new theme elements * temporary fix to the register_theme_element() bug * includes the stat_chull() example in new stat section * adds the stat_density_common() example * adds setup_data example for geom_spike * use geom_barbell to illustrate combining geoms * typo * edits new coords section * adds the scale_fill_random example * adds facet_scatter() example * tidies facet_scatter example * start position_jitternormal example * tidies the jitternormal example * typo fix * use fewer columns in code to avoid bs4_book display issue * smoothes geom_barbell() text * apply typo fixes from code review Co-authored-by: Thomas Lin Pedersen <thomasp85@gmail.com> * typo fix Co-authored-by: Thomas Lin Pedersen <thomasp85@gmail.com> * switch to third person pronouns * removes comment on performance * typo fix * minor tweaks * whitespace tweaks * whitespace and comment capitalisation fixes * fixes linewidth/size warning in extensions --------- Co-authored-by: Thomas Lin Pedersen <thomasp85@gmail.com>
- Loading branch information