-
Notifications
You must be signed in to change notification settings - Fork 7
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
Comments
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. |
Hi
firstly I'm not a big Julia user
but I needed a conformal map
for a little project so I installed julia/Ijulia etc.
because I wanted to avoid the FORTRAN implementation.
…---
I ran test ConformalMaps and test AsyPlots in the REPL
and they both yielded **tests passed***
---
when I do names(AsyPlots) gives
58-element Array{Symbol,1}:
:Arrow
:Arrow3
:AsyPlots
:Circle
....
names(ConformalMaps) I get :
4-element Array{Symbol,1}:
:ConformalMap
:ConformalMaps
:InverseConformalMap
:domain
I expected to get more because of ll 411-415
---
Requires.@require AsyPlots="77e5a97a-5ef9-58df-9d21-21957d92d960" begin
export visualize
export combine
include("visualization.jl")
end
Do I have a mismatch in versions of AsyPlots
that causes the Requires to fail ?
thanks in advance
PS : I was at ICERM last year and **Steffen Rohde
gave a great talk about zippers but
I actually learned about them from Thurston
and his grad students....
On Tue, 22 Sep 2020 at 18:01, Samuel S. Watson ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AELF7COXOXONUOLQDAE72JDSHDC5BANCNFSM4RV6EYEQ>
.
--
greg mc
Grenoble France
https://www-fourier.ujf-grenoble.fr/~mcshane/
|
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. |
As per the example : https://github.com/sswatson/ConformalMaps.jl/blob/master/README.md
Behavior : in both the julia REPL and Jupyter notebook:
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
The text was updated successfully, but these errors were encountered: