-
Notifications
You must be signed in to change notification settings - Fork 40
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
Coloured negative numbers support #98
Coloured negative numbers support #98
Conversation
Yeah, you are right, there is something off with detecting negative numbers when there is more than one column with numbers. I obviously used a trivial example and assumed it work, silly me 😛 I'll look into it using your example. Also, I forgot to attach pictures with different colour schemes in original post, sorry. |
looks great! |
@alexhallam I also added tests to cover both new functions just in case. I noticed that @Lireer in #99 added new test section specific for |
Just wanted to say thanks for all of the issues you have been helping out with. I am reviewing this PR now. |
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.
trim()
is a good idea. Thanks for adding tests!
This reverts commit c609ea4.
Hey, following commits contain:
is_integer
functionis_integer
andis_double
In the issue #71 @alexhallam you mentioned "add an option". Does this mean you would prefer this to be an optional parameter in the command line? If so, what would the name and short for it be? I'm having a hard time figuring one out 😄
Also, red colour was already used for a NA values so I've used other tone of red if a given scheme had one, otherwise I would use any other colour that is not used. I'm attaching pictures with each scheme presenting how they look like. Let me know if you would rather use other universal colour for all schemes? If not, could you please suggest other tints I can use for that?
Thanks for any feedback up front 🖖