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

Node not defined #1728

Closed
valerianfaber opened this issue Mar 5, 2022 · 2 comments
Closed

Node not defined #1728

valerianfaber opened this issue Mar 5, 2022 · 2 comments

Comments

@valerianfaber
Copy link

I am working on an Apple M1 iMac under OS 12.2.1 using Julia 1.7.2.
I installed Makie and GLMakie with the package manager. When trying to run the following code from the Makie documentation (https://makie.juliaplots.org/v0.15.1/documentation/nodes/)

using GLMakie, Makie
x = Node(0.0)

I get the following error: "UndefVarError: Node not defined"
Running "test GLMakie" from the package manager reveals another error "UndefVarError: libwand not defined", but as a Julia beginner I don't know if these two are related or what I should do to get GLMakie running. See attached file for details.
node_error.txt
glmakie_test.txt

@ffreyer
Copy link
Collaborator

ffreyer commented Mar 5, 2022

Node got deleted in 0.16. Use Observable instead.
https://github.com/JuliaPlots/Makie.jl/blob/master/NEWS.md

@SimonDanisch
Copy link
Member

The other one is: #1533

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

No branches or pull requests

3 participants