Ajout de la branch courbe
This commit is contained in:
parent
9881a0622c
commit
926016943f
16
Py-Script/courbe.py
Normal file
16
Py-Script/courbe.py
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
import math
|
||||||
|
import numpy as np
|
||||||
|
import matplotlib.pyplot as plt
|
||||||
|
import struct
|
||||||
|
|
||||||
|
#"C:\Users\quent\OneDrive\Bureau\ENSC\TransD\Framboisier\02400001.TXT"
|
||||||
|
#! /usr/bin/env python3
|
||||||
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
|
i=0
|
||||||
|
for i in []:
|
||||||
|
x = np.array([])
|
||||||
|
y = np.array([])
|
||||||
|
plt.plot(x,y)
|
||||||
|
|
||||||
|
plt.show() #affiche le tableau à l'écran
|
Loading…
Reference in a new issue