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

Upload New File

parent db84985e
No related branches found
No related tags found
No related merge requests found
Graf.py 0 → 100644
# -*- coding: utf-8 -*-
"""
Created on Tue Jan 15 15:50:42 2019
@author: rouhani
"""
import pylab as p
x = [1,2,3,4,5,6]
y = [1.0,2.4,1.3,0.2,0.5,2.0]
print(x)
p.plot(x,y)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment