Do you happen to remember which documentation you were looking at for that
example ? I see that code screenshoted on the julialang.org homepage, but
can't find the original notebook anywhere.
On Thursday, April 3, 2014 at 3:29:48 PM UTC-4, vfclists wrote:
>
> I am trying the documentation example using Julia 0.2.1 and IJulia 0.1.5
>
> srand(37)
> plot(x=[1:500], y=cumsum(randn(500)), Geom.line, Guide.XLabel("time"),
> Guide.YLabel("random.walk"))
>
> The example above produces the output below in Firefox 28.0
>
> Javascript error adding output!
> ReferenceError: guide_background_mouseover is not defined
> See your browser Javascript console for more details
>
> From the errors I have been obtaining it seems that quite a few things a
> missing.
>
> Is there way of debugging to verify check that the dependencies of each
> component are all present?
>
>