# Using unformatted binary to do plotting in pyplot/gnuplot

**URL:** https://fortran-lang.discourse.group/t/using-unformatted-binary-to-do-plotting-in-pyplot-gnuplot/4637
**Category:** Help
**Created:** [November 1, 2022, 2:53am UTC](https://fortran-lang.discourse.group/t/using-unformatted-binary-to-do-plotting-in-pyplot-gnuplot/4637 "2022-11-01T02:53:24Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![fish830911](https://yyz2.discourse-cdn.com/free1/user_avatar/fortran-lang.discourse.group/fish830911/32/2221_2.png) [@fish830911](https://fortran-lang.discourse.group/u/fish830911)
#### Post date: [November 1, 2022, 2:53am UTC](https://fortran-lang.discourse.group/t/using-unformatted-binary-to-do-plotting-in-pyplot-gnuplot/4637/1 "2022-11-01T02:53:24Z")

</div>

Not sure whether this is a suitable place to discuss it here, maybe I need to open issues on [ogpf](https://github.com/kookma/ogpf) and [pyplot-fortran](https://github.com/jacobwilliams/pyplot-fortran), but I still decided to discuss here.

Write a large array using the `unformatted` function in Fortran is pretty comfy, and if both oo plotting bindings can write the data into the binary and allow either python or Gnuplot to read the binary file, then it would be better for people who want to do more editing in either python or Gnuplot, since their editor will not crash by the data that is stored in the code.

Just some thought on the program design, and any idea is welcome!

HJ
