# 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:** 10

<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, 7:34pm UTC](https://discourse.julialang.org/t/how-to-plot-a-mirror-graph-from-the-one-created/108394/10 "2024-01-05T19:34:53Z")

</div>

> [@kim1](#):
>
> `p2=plot!([reverse(x); x], [-reverse(y); y], color="blue")`

You’re still not doing what I suggested … you’re doing the same thing as you did before (a single plot call with both the data and the reversed data), so it’s not surprising that you get the same results.

You’re still not quoting your code with backticks as explained in the links … and you’re not making an effort to give a _minimal_ runnable example as explained in steps 4–5 of [Please read: make it easier to help you](https://discourse.julialang.org/t/please-read-make-it-easier-to-help-you/14757)

You need to put a little more effort into your question (and into thinking about this on your own) if you want to get much more help.

---

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