# Trying to plot multiple graphs

**URL:** https://community.freefem.org/t/trying-to-plot-multiple-graphs/746
**Category:** General Discussion
**Created:** [January 15, 2021, 7:55am UTC](https://community.freefem.org/t/trying-to-plot-multiple-graphs/746 "2021-01-15T07:55:49Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![dajopez](https://avatars.discourse-cdn.com/v4/letter/d/a87d85/32.png) [@dajopez](https://community.freefem.org/u/dajopez)
#### Post date: [January 15, 2021, 7:55am UTC](https://community.freefem.org/t/trying-to-plot-multiple-graphs/746/1 "2021-01-15T07:55:49Z")

</div>

Hello,

I am solving an eigenvalue problem so a bunch of functions are being generated. What is the best way to do this? Can I just save each plot to a separate file using cout or should I save the function values into different files and plot them with matlab.

Thank you for the help.

---

<div class="post-metadata">

### Author: ![prj](https://avatars.discourse-cdn.com/v4/letter/p/ecae2f/32.png) [@prj](https://community.freefem.org/u/prj)
#### Post date: [January 15, 2021, 8:28am UTC](https://community.freefem.org/t/trying-to-plot-multiple-graphs/746/2 "2021-01-15T08:28:49Z")

</div>

Just use ParaView, [here](https://github.com/FreeFem/FreeFem-sources/blob/master/examples/hpddm/laplace-adapt-3d-PETSc.edp#L40) is an example where multiple plot are output and then you can just open a single file.
