- #1
- 53
- 0
I have a .txt file which is 50 rows x 50 columns filled with entirely 0's and 1's.
I have tried to plot the data with and without spaces between each column.
I keep getting this message:
gnuplot> splot 'C:\Users\raf\Desktop\PolymerProject\monte carlo code\directionInitial.txt' with pm3d
warning: Skipping unreadable file "C:\Users\raf\Desktop\PolymerProject\monte carlo code\directionInitial.txt"
warning: No usable data in this plot to auto-scale axis range
^
All points x value undefined
None of the advice online seems help/solve my problem. New to gnuplot so excuse me if this is obvious.
I have tried to plot the data with and without spaces between each column.
I keep getting this message:
gnuplot> splot 'C:\Users\raf\Desktop\PolymerProject\monte carlo code\directionInitial.txt' with pm3d
warning: Skipping unreadable file "C:\Users\raf\Desktop\PolymerProject\monte carlo code\directionInitial.txt"
warning: No usable data in this plot to auto-scale axis range
^
All points x value undefined
None of the advice online seems help/solve my problem. New to gnuplot so excuse me if this is obvious.