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

pat_multiplot() enhancements #25

Closed
3 tasks done
jonathancallahan opened this issue Mar 29, 2019 · 1 comment
Closed
3 tasks done

pat_multiplot() enhancements #25

jonathancallahan opened this issue Mar 29, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jonathancallahan
Copy link
Member

jonathancallahan commented Mar 29, 2019

We need to design all of our output plots for one of two cases:

  1. use in a public facing web service where clean and simple is the priority
  2. publication-ready, fully annotated plots

The pat_multplot() function is in need of some basic improvements:

  • axis labels
  • title
  • symbol should be semi-transparent squares

Ideally, we would have a set of defaults that a savvy user could override. If it's easy to implement, using a ggplot theme would be ideal.

And what can be done with the ... parameter?

@jonathancallahan jonathancallahan added the enhancement New feature or request label Mar 29, 2019
@jonathancallahan jonathancallahan added this to To do in AirSensor 0.2 via automation Mar 29, 2019
@jonathancallahan jonathancallahan removed this from To do in AirSensor 0.2 Mar 29, 2019
@jonathancallahan jonathancallahan added this to To do in AirSensor 0.1 via automation Mar 29, 2019
@hmrtn
Copy link
Contributor

hmrtn commented Mar 29, 2019

the ... parameter is very cool! It allows any number of ggobjects to be passed into the function to plot on a single pane.

@hmrtn hmrtn moved this from To do to In progress in AirSensor 0.1 Mar 29, 2019
@hmrtn hmrtn moved this from In progress to Done in AirSensor 0.1 Apr 2, 2019
@hmrtn hmrtn closed this as completed Apr 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
AirSensor 0.1
  
Done
Development

No branches or pull requests

2 participants