-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create horizontal stacked bar charts plot without financial data #83
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @lindadelacombaz!
Here are some comments. The most important ones are:
- Avoid exporting a new function with a name that is already deprecated.
- Avoid breaking people's code -- either by ensuring this change is backward compatible or by communicating the break clearly.
Co-authored-by: Mauro Lepore <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the clarification I made I think you'll be able to make your own call and change whatever needs changing. So I approve in advance. But please don't hesitate to ask if you have more questions.
Note it would be best to first merge #79 so that the checks pass. Then merge anything else.
…lot into 81_stagger_plots
@@ -6,6 +6,7 @@ reference: | |||
|
|||
- title: Main functions | |||
contents: | |||
- starts_with("bar_") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maurolepore Thanks for your answer! This effectively removed the failing check(). :)
Closes #81.
Dear @maurolepore,
I have created a new function that revisits the previous bar plots, as horizontal stacked bar plots instead of the vertical ones.
I know that the xctr name is depreciated, but I am waiting for the "official" toy data set so I make a large refactoring in the tiltPlot package in a subsequent PR.
Thank you for your time ! :)
TODO
EXCEPTIONS