# Some errors from PlasmoPlots

**URL:** https://discourse.julialang.org/t/some-errors-from-plasmoplots/111047
**Category:** New to Julia
**Created:** [March 2, 2024, 8:01am UTC](https://discourse.julialang.org/t/some-errors-from-plasmoplots/111047 "2024-03-02T08:01:02Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![lichen2023905](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lichen2023905/32/207427_2.png) [@lichen2023905](https://discourse.julialang.org/u/lichen2023905)
#### Post date: [March 2, 2024, 8:01am UTC](https://discourse.julialang.org/t/some-errors-from-plasmoplots/111047/1 "2024-03-02T08:01:02Z")

</div>

Some functions such as matrix\_layout, layoutplot will show undefined when called

UndefVarError: `matrix_layout` not defined  
UndefVarError: `layoutplot` not defined

---

<div class="post-metadata">

### Author: ![jar1](https://avatars.discourse-cdn.com/v4/letter/j/c0e974/32.png) [@jar1](https://discourse.julialang.org/u/jar1)
#### Post date: [March 2, 2024, 8:15am UTC](https://discourse.julialang.org/t/some-errors-from-plasmoplots/111047/2 "2024-03-02T08:15:37Z")

</div>

Those functions are not mentioned in the docs afaict. See the docs for the defined interface.

[https://juliagraphs.org/NetworkLayout.jl/stable/](https://juliagraphs.org/NetworkLayout.jl/stable/)

---

<div class="post-metadata">

### Author: ![lichen2023905](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lichen2023905/32/207427_2.png) [@lichen2023905](https://discourse.julialang.org/u/lichen2023905)
#### Post date: [March 2, 2024, 8:43am UTC](https://discourse.julialang.org/t/some-errors-from-plasmoplots/111047/4 "2024-03-02T08:43:21Z")

</div>

Yes, these two functions are in Plasmo Plot. I made a mistake. I did not successfully download Plasmo Plot.
