Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upThemes to plots #56
Themes to plots #56
Comments
|
Do you mean these? |
|
Along with that: theming should be consistent between plots. Currently boxplots are using the default ggplot2 theme, but barplots do not. |
|
I also recommend adding a parameter to let users specify the size of fonts. For plot_missing on large datasets the axis and label texts are barely legible. Actually I feel it would be more useful to return the chart than return the data table so that users may do additional processing w/ the charts |
|
@sugang Do you mind creating a separate issue for your comment? While this issue should be a quick fix, your suggestion might require some major infrastructure change. I do not want to lose sight of it, and I need to think about it a little. Thanks! |
|
@sugang While I use |
|
Sure. I check the source code and the values are fixed at the moment. I have some other recommendations, will create tickets. |
Is it possible to add themes to existing plot outputs?