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

Move @df macro to Plots #3351

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Move @df macro to Plots #3351

wants to merge 2 commits into from

Conversation

daschw
Copy link
Member

@daschw daschw commented Mar 14, 2021

fix #3336

@codecov
Copy link

codecov bot commented Mar 14, 2021

Codecov Report

Merging #3351 (ebf9116) into master (060162c) will decrease coverage by 0.99%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
src/Plots.jl 34.28% <ø> (ø)
src/df.jl 0.00% <0.00%> (ø)
src/examples.jl 61.19% <ø> (-0.58%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 060162c...2d6f43f. Read the comment docs.

@@ -0,0 +1,208 @@
"""
Copy link
Member

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?

@mkborregaard
Copy link
Member

Nice 👍

@getzze
Copy link

getzze commented Feb 21, 2022

Is there anything in the code that is specific to plotting? Otherwise I would say this should be defined in Tables.jl, no?
I always have a hard time remembering which package imports @df, as there is nothing in the name or the functionality that makes me think of Plots (or StatsPlots).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move df macro here?
6 participants