We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is type piracy and has to go:
LegendDataManagement.jl/ext/LegendDataManagementRecipesBaseExt.jl
Line 13 in 0a74d75
LegendDataManagement must not define plotting recipes for types it does not own!
The text was updated successfully, but these errors were encountered:
Do I need to define a new struct or type in LegendDataManagement or is it enough to "just" specify the column names of the Table using an alias?
struct
type
LegendDataManagement
Table
alias
Sorry, something went wrong.
It should really be a type owned by LegendDataManagement.
@oschulz could you have a look into this and propose a good solution for this?
@oschulz bump
oschulz
fhagemann
No branches or pull requests
This is type piracy and has to go:
LegendDataManagement.jl/ext/LegendDataManagementRecipesBaseExt.jl
Line 13 in 0a74d75
LegendDataManagement must not define plotting recipes for types it does not own!
The text was updated successfully, but these errors were encountered: