Page MenuHomePhabricator

Provide code for podium plot in vignette "Visualizations"
Closed, ResolvedPublic

Description

Users should be able to create a podium plot on their own. Thus, the code should be added to the "Visualizations" vignette. It is currently not straightforward to create it via a single function call (see T27449). A utility function or more detailed instructions should be provided.

Event Timeline

What is the problem?
in the extend of the vignette it would be simply

podium(ranking)

added

podium(ranking)

to vignette.
podium() does have a different syntax for layouting (it is not ggplot2 but base graphics) but vignette does not describe layouting for ggplot2 plots either

eisenman claimed this task.