wofti/tgraph
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
tgraph.py - plot 1D and 2D data files ===================================== Installation: ------------- For installation see the file INSTALL. Help: ----- More help and documentation is in the file tgraph.txt. Plotting examples: ------------------ Example to plot columns 1,2 of a text data file in ygraph format: tgraph.py -c 1:2 example-data/psi.X0 Example to plot columns 1,2,4 of vtk data files: tgraph.py -c 1:2:4 [ example-data/rho_*.vtk ] The data file examples are in the directory called example-data. There is: Example with 1D data in ygraph format: psi.X0 Example with 2D data in format suitable for gnuplot's splot: psi.XY0 Examples with 2D data in legacy VTK format of type STRUCTURED_POINTS: rho_0862.vtk rho_0942.vtk