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

visualize not defined #5

Open
macbuse opened this issue Sep 22, 2020 · 3 comments
Open

visualize not defined #5

macbuse opened this issue Sep 22, 2020 · 3 comments

Comments

@macbuse
Copy link

macbuse commented Sep 22, 2020

As per the example : https://github.com/sswatson/ConformalMaps.jl/blob/master/README.md

Behavior : in both the julia REPL and Jupyter notebook:

g = inv(f)
visualize(g) 

yields the error message: UndefVarError: visualize not defined.

Expected behaviour : returns a ConformalMapVisualization object.


installed via : add https://github.com/sswatson/ConformalMaps.jl

Julia 1.03

Operating System: Debian GNU/Linux 10 (buster)
Kernel: Linux 5.4.58-07649-ge120df5deade
Architecture: x86-64

@sswatson
Copy link
Owner

Do you have AsyPlots installed? Those functions rely on that package and are therefore not exported unless it's available. I'd be happy to accept a PR to handle those methods through some more mainstream package like Plots.jl.

@macbuse
Copy link
Author

macbuse commented Sep 22, 2020 via email

@Amankumarbbs
Copy link

Do you have AsyPlots installed? Those functions rely on that package and are therefore not exported unless it's available. I'd be happy to accept a PR to handle those methods through some more mainstream package like Plots.jl.

Although I have both AsyPlots and ConformalMaps installed properly, still using visualize gives me the same output as reported in this issue. Please provide an alternative.

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