-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
Move @df
macro to Plots
#3351
base: master
Are you sure you want to change the base?
Move @df
macro to Plots
#3351
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3351 +/- ##
==========================================
- Coverage 64.81% 63.81% -1.00%
==========================================
Files 26 27 +1
Lines 6539 6639 +100
==========================================
- Hits 4238 4237 -1
- Misses 2301 2402 +101
Continue to review full report at Codecov.
|
@@ -0,0 +1,208 @@ | |||
""" |
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.
Perhaps this code should instead go to recipes.jl?
Nice 👍 |
Is there anything in the code that is specific to plotting? Otherwise I would say this should be defined in Tables.jl, no? |
It's been a while since any discussion happened on this; to summarize the discussion at JuliaData/Tables.jl#287, it looks like they already have a macro |
fix #3336