-
Hi, Is it possible to plot point data with color scale (based on the value in the 3rd column) similar to https://codeyarns.com/tech/2015-06-19-how-to-plot-points-in-color-in-gnuplot.html If not, is there a way to add another data column to the output .gp file generated by ogpf? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I think it is possible! To do so I need an example in gnuplot and I then help you produce it in ogpf. It gets data from Fortran, create a temp file and pipe it to gnuplot! |
Beta Was this translation helpful? Give feedback.
-
More info |
Beta Was this translation helpful? Give feedback.
-
Yes, thank you! I've written the data to separate file and called |
Beta Was this translation helpful? Give feedback.
More info
The
gp%option()
is quite powerful and you can pass any command to gnuplot! It is like you run gnuplot from command window!