Monserrat
- 1
- 0
I have a small problem to insert a code in fortran to generate me a graph in .dat only need to Fortran insert a command that I may run in the program of .dat
The discussion revolves around generating .dat files using Fortran for graphing purposes. Participants explore various methods and tools for visualizing data, including alternatives to Fortran for graph generation.
Participants present multiple competing views on the best approach to graphing data generated by Fortran, with no consensus on a single solution.
Participants do not clarify specific limitations or assumptions regarding the data format or the requirements for graphing.
Individuals interested in data visualization, programming in Fortran, or exploring alternatives for graph generation may find this discussion relevant.
If the data can be written to a comma separated file (CSV) file, then there are a lot of programs like Excel or R that can read and graph the data. Matlab is expensive and may not be available.jedishrfu said:Perhaps you could instead use MATLAB to read the .dat file and generate a graph for you.