# Makie Layoutables documentation and SliderGrid Example Error

**URL:** https://discourse.julialang.org/t/makie-layoutables-documentation-and-slidergrid-example-error/81478
**Category:** Visualization
**Created:** [May 23, 2022, 1:17am UTC](https://discourse.julialang.org/t/makie-layoutables-documentation-and-slidergrid-example-error/81478 "2022-05-23T01:17:26Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![nelsonah](https://avatars.discourse-cdn.com/v4/letter/n/7993a0/32.png) [@nelsonah](https://discourse.julialang.org/u/nelsonah)
#### Post date: [May 23, 2022, 1:17am UTC](https://discourse.julialang.org/t/makie-layoutables-documentation-and-slidergrid-example-error/81478/1 "2022-05-23T01:17:26Z")

</div>

I am having difficulty finding documentation on Makie layoutables.

[Blocks & Widgets](https://makie.juliaplots.org/stable/examples/blocks/) has some nice examples but where can I find more detailed documentation on the various CURRENT blocks?

In addition, the [SliderGrid](https://makie.juliaplots.org/stable/examples/blocks/slidergrid/) example fails to run for me. I get the ERROR “UndefVarError: SliderGrid not defined”. I have failed to find a solution after much much searching.

Thank you, Harvey

---

<div class="post-metadata">

### Author: ![brianguenter](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/brianguenter/32/29519_2.png) [@brianguenter](https://discourse.julialang.org/u/brianguenter)
#### Post date: [May 23, 2022, 5:28am UTC](https://discourse.julialang.org/t/makie-layoutables-documentation-and-slidergrid-example-error/81478/2 "2022-05-23T05:28:50Z")

</div>

I tried the SliderGrid example and got the same error. Then I updated all my packages and the example now works. Maybe you are using an old version of GLMakie. I’m running Julia v1.7.2 on Windows 11, with these package versions:

```julia
pkg> st
     Project App v0.1.0
  [c4b4474d] Bokeh v0.3.0
  [7da242da] Enzyme v0.9.6
  [e9467ef8] GLMakie v0.6.3
  [c3a54625] JET v0.5.14
  [ee78f7c6] Makie v0.17.3
  [9b87118b] PackageCompiler v2.0.5
  [efd6af41] ProfileCanvas v0.1.0
  [1986cc42] Unitful v1.11.0
  [8dfed614] Test

```

---

<div class="post-metadata">

### Author: ![jules](https://avatars.discourse-cdn.com/v4/letter/j/41988e/32.png) [@jules](https://discourse.julialang.org/u/jules)
#### Post date: [May 23, 2022, 6:11am UTC](https://discourse.julialang.org/t/makie-layoutables-documentation-and-slidergrid-example-error/81478/3 "2022-05-23T06:11:58Z")

</div>

I don’t quite understand the question, the page you linked does have a lot of documentation about all the current blocks that Makie has. If an example doesn’t work you can always check that your versions match the ones shown at the bottom of the page.

---

<div class="post-metadata">

### Author: ![nelsonah](https://avatars.discourse-cdn.com/v4/letter/n/7993a0/32.png) [@nelsonah](https://discourse.julialang.org/u/nelsonah)
#### Post date: [May 23, 2022, 3:07pm UTC](https://discourse.julialang.org/t/makie-layoutables-documentation-and-slidergrid-example-error/81478/4 "2022-05-23T15:07:01Z")

</div>

I updated all my packages ( I had to research how to do that). I’m relatively new to Julia and had not realized the need to update packages in addition to keeping Julia up to date. Now it works, thank you.

---

<div class="post-metadata">

### Author: ![nelsonah](https://avatars.discourse-cdn.com/v4/letter/n/7993a0/32.png) [@nelsonah](https://discourse.julialang.org/u/nelsonah)
#### Post date: [May 23, 2022, 3:16pm UTC](https://discourse.julialang.org/t/makie-layoutables-documentation-and-slidergrid-example-error/81478/5 "2022-05-23T15:16:55Z")

</div>

Re the documentation issue: I guess I was expecting something more than the Examples being THE total documentation for the available Blocks & Widgets and how to use them.

---

<div class="post-metadata">

### Author: ![jules](https://avatars.discourse-cdn.com/v4/letter/j/41988e/32.png) [@jules](https://discourse.julialang.org/u/jules)
#### Post date: [May 23, 2022, 4:57pm UTC](https://discourse.julialang.org/t/makie-layoutables-documentation-and-slidergrid-example-error/81478/6 "2022-05-23T16:57:59Z")

</div>

Yeah the examples are also documentation but focused on showing visual examples of what’s going on. That’s why they’re called examples, it’s always a bit difficult to categorize things such that people are not confused… The Documentation section is more text based
