# Why exporting plots in Jupyter returns false?

**URL:** https://discourse.julialang.org/t/why-exporting-plots-in-jupyter-returns-false/102004
**Category:** New to Julia
**Tags:** question
**Created:** [July 24, 2023, 10:37am UTC](https://discourse.julialang.org/t/why-exporting-plots-in-jupyter-returns-false/102004 "2023-07-24T10:37:30Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Axze-rgb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/axze-rgb/32/50986_2.png) [@Axze-rgb](https://discourse.julialang.org/u/Axze-rgb)
#### Post date: [July 24, 2023, 10:37am UTC](https://discourse.julialang.org/t/why-exporting-plots-in-jupyter-returns-false/102004/1 "2023-07-24T10:37:30Z")

</div>

Hello,

I can plot, for example I do

`p |> SVG("bin25.svg",30cm,25cm)`

It returns “false”  
However, the svg plot is created. So it’s not a big issue, but it’s irritating.

Any idea? I don’t have this if I use PNG instead.

---

<div class="post-metadata">

### Author: ![algunion](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/algunion/32/51630_2.png) [@algunion](https://discourse.julialang.org/u/algunion)
#### Post date: [July 25, 2023, 6:38pm UTC](https://discourse.julialang.org/t/why-exporting-plots-in-jupyter-returns-false/102004/2 "2023-07-25T18:38:56Z")

</div>

Can you provide a minimal example, including the package(s) you are using?

This _issue_ is likely not related to Jupyter at all.
