-
-
Notifications
You must be signed in to change notification settings - Fork 313
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Full support of recipes with MakieCore
(lift, legendelements, ATTRIBUTES...)
#2295
Comments
Well, since it's lightweight, lots has been left out..Although I guess |
@SimonDanisch BTW, I just checked the code in Makie.jl/MakieCore/src/attributes.jl Lines 110 to 122 in c373d3f
Does this mean that lift alone, not the macro, should work ?
|
@SimonDanisch While testing things around recipes, it seems that the |
@SimonDanisch I just checked the code a bit for |
Light Bump ! 👍 |
We can definitely move |
@SimonDanisch I think we can afford the |
ATTRIBUTES pulls in DocStringExtensions.jl, which we may not want. |
Sure, if it is pulling another dependency, that is not good, although basic recipes like |
MakieCore
recipe fails ?MakieCore
(lift, legendelements, ATTRIBUTES...)
@SimonDanisch Do you have an example of this in the documentation ? I could not find one |
Hi @SimonDanisch I read somewhere on the discourse I think, that you are close to updating things regarding recipes. Is there any news regarding this issue ? |
Well, the new plotspec API is one part of the puzzle, another one will be the axis converts in #442 . |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Unless I am mistaken,
MakieCore
is aimed at being the lightweight dependency package developpers should rely on when implementing specific recipes for their packages. Something alikeRecipesBase
forPlots.jl
.While trying to switch from
Makie
toMakieCore
as a dependency, I got an error showing that@lift
is not defined inMakieCore
, making use of observables surprinsingly impossible when relying onMakieCore
.A quick and dirty
idefined(MakieCore,lift)
returns afalse
, while the same onMakie
istrue
.Is there something I'm missing here ?
I'm on julia 1.8.0 using
Makie
v0.17.13 andMakieCore
v0.4.0The text was updated successfully, but these errors were encountered: