# How to plot a mirror graph from the one created

**URL:** https://discourse.julialang.org/t/how-to-plot-a-mirror-graph-from-the-one-created/108394
**Category:** New to Julia
**Tags:** question, plotting
**Created:** [January 5, 2024, 4:25pm UTC](https://discourse.julialang.org/t/how-to-plot-a-mirror-graph-from-the-one-created/108394 "2024-01-05T16:25:09Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![stevengj](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stevengj/32/71_2.png) [@stevengj](https://discourse.julialang.org/u/stevengj)
#### Post date: [January 5, 2024, 6:53pm UTC](https://discourse.julialang.org/t/how-to-plot-a-mirror-graph-from-the-one-created/108394/6 "2024-01-05T18:53:28Z")

</div>

> [@kim1](#):
>
> i have plotted the graph its looking better unfortunately there is a connecting line with it how do i remove it?

Plot two separate curves for the two lines (i.e. two separate `plot!` calls).

PS. I edited your post to [quote your code](https://discourse.julialang.org/t/psa-how-to-quote-code-with-backticks/7530).

---

_[View the full topic](https://discourse.julialang.org/t/how-to-plot-a-mirror-graph-from-the-one-created/108394)._
