# Problem with setting up plot

**URL:** https://discourse.julialang.org/t/problem-with-setting-up-plot/100651
**Category:** New to Julia
**Created:** [June 21, 2023, 1:29pm UTC](https://discourse.julialang.org/t/problem-with-setting-up-plot/100651 "2023-06-21T13:29:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Arhan\_Chemala](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/arhan_chemala/32/50494_2.png) [@Arhan\_Chemala](https://discourse.julialang.org/u/Arhan_Chemala)
#### Post date: [June 21, 2023, 1:29pm UTC](https://discourse.julialang.org/t/problem-with-setting-up-plot/100651/1 "2023-06-21T13:29:53Z")

</div>

Hi dear all. I am Arhan . I am tryin to set up plots but I am unable to do it.the error message is attached . Please help

 ![JULIA_PLOTSETUP_ERROR](https://global.discourse-cdn.com/julialang/original/3X/5/e/5ec7b7dee6580ed2d77795f6be410e41b16f2175.jpeg)

---

<div class="post-metadata">

### Author: ![Oscar\_Smith](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/oscar_smith/32/25343_2.png) [@Oscar\_Smith](https://discourse.julialang.org/u/Oscar_Smith)
#### Post date: [June 21, 2023, 1:31pm UTC](https://discourse.julialang.org/t/problem-with-setting-up-plot/100651/2 "2023-06-21T13:31:06Z")

</div>

capitalization matters. You need `using Plots`

---

<div class="post-metadata">

### Author: ![Arhan\_Chemala](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/arhan_chemala/32/50494_2.png) [@Arhan\_Chemala](https://discourse.julialang.org/u/Arhan_Chemala)
#### Post date: [June 21, 2023, 5:12pm UTC](https://discourse.julialang.org/t/problem-with-setting-up-plot/100651/3 "2023-06-21T17:12:54Z")

</div>

Thank you sir,
