Ajout de la branch courbe

This commit is contained in:
theo.canaud 2022-06-07 16:22:49 +02:00
parent 9881a0622c
commit 926016943f

16
Py-Script/courbe.py Normal file
View 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