Skip to content
Snippets Groups Projects
Commit 9d1f5d1b authored by Majid Rouhani's avatar Majid Rouhani
Browse files

Upload New File

parent 43b43997
Branches
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
"""
Created on Wed Jan 16 11:17:10 2019
@author: rouhani
"""
from numpy import loadtxt
import pylab as p
data = loadtxt("tidogpos.txt")
print (data[:,0])
print (data[:,1])
p.plot(data[:,0],data[:,1])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment