I have another problem... Thanks for your help

Regards

Henri

f = zeta
for n = 5:30
    plot_domain(domain_colors,
    f, re=(-6, 6), im=(-20, 20), N=15, n=n)
end


GKS: /home/pi/.julia/v0.5/GR/src/../deps/gr/lib/./movplugin.so: undefined 
symbol: gks_movplugin
Le 20/10/2016 à 19:19, Josef Heinen a écrit :
This has been fixed some time ago. This morning, I tagged a new GR version (v0.16.0), but the PR <https://github.com/JuliaLang/METADATA.jl/pull/6817> has not been merged yet.


On Thursday, October 20, 2016 at 12:09:31 PM UTC+2, Henri Girard wrote:

    I am trying to run Animated view of the Riemann Zeta function
    <https://pgi-jcns.fz-juelich.de/pub/doc/riemann_zeta.html>

    from GR framework, on julia 0.5 ubuntu 16.04

    The last :

    f = zeta
    for n = 5:30
        plot_domain(domain_colors,
        f, re=(-6, 6), im=(-20, 20), N=15, n=n)
    end

    gives me this error ?

    UndefVarError: Uint32 not defined

      in #plot_domain#3(::Tuple{Int64,Int64}, ::Tuple{Int64,Int64}, ::Int64, 
::Int64, ::Function, ::#domain_colors, ::Function) at ./In[6]:9
      in (::#kw##plot_domain)(::Array{Any,1}, ::#plot_domain, ::Function, ::Function) 
at ./<missing>:0
      in macro expansion; at ./In[7]:3 [inlined]
      in anonymous at ./<missing>:?


    Any help ? Is it not working on 64 bits ?
    Regards
    Henri

    ​

Reply via email to