1
0
Fork 0
mirror of https://github.com/Findus23/collision-analyisis-and-interpolation.git synced 2024-09-19 15:13:50 +02:00

explain sinus.py

This commit is contained in:
Lukas Winkler 2019-08-01 13:56:09 +02:00
parent 2218060664
commit f1f2a953e1
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -1,3 +1,6 @@
"""
This has nothing to do with the rest, but is just a very simple test if I understand pcolormesh correctly.
"""
import numpy as np
from matplotlib import pyplot as plt