# GLVisualize example fails

**URL:** https://discourse.julialang.org/t/glvisualize-example-fails/1482
**Category:** Visualization
**Tags:** glvisualize
**Created:** [January 14, 2017, 3:18pm UTC](https://discourse.julialang.org/t/glvisualize-example-fails/1482 "2017-01-14T15:18:37Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ufechner7](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ufechner7/32/51363_2.png) [@ufechner7](https://discourse.julialang.org/u/ufechner7)
#### Post date: [January 14, 2017, 3:18pm UTC](https://discourse.julialang.org/t/glvisualize-example-fails/1482/1 "2017-01-14T15:18:37Z")

</div>

Hello,  
I try to run the following example code from the manual:  
[https://gist.github.com/ufechner7/8559c4fe9c7e4b0ec0b858090684d5e5](https://gist.github.com/ufechner7/8559c4fe9c7e4b0ec0b858090684d5e5)

This results in the following error message:

```julia
julia> include("viewer.jl")
ERROR: LoadError: function view does not accept keyword arguments
 in kwfunc(::Any) at ./boot.jl:236
 in include_from_node1(::String) at ./loading.jl:488
while loading /home/ufechner/00PythonSoftware/FastSim/scripts/viewer.jl, in expression starting on line 25

julia> 

Any idea?

```

---

<div class="post-metadata">

### Author: ![sdanisch](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sdanisch/32/1406_2.png) [@sdanisch](https://discourse.julialang.org/u/sdanisch)
#### Post date: [January 14, 2017, 4:05pm UTC](https://discourse.julialang.org/t/glvisualize-example-fails/1482/2 "2017-01-14T16:05:01Z")

</div>

I’m really sorry, the documentation is still out of sync. Try the examples  
from the GLVisualize example folder!

---

<div class="post-metadata">

### Author: ![ufechner7](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ufechner7/32/51363_2.png) [@ufechner7](https://discourse.julialang.org/u/ufechner7)
#### Post date: [January 14, 2017, 6:13pm UTC](https://discourse.julialang.org/t/glvisualize-example-fails/1482/3 "2017-01-14T18:13:45Z")

</div>

They are working, thanks!  
Uwe
