From f1f2a953e167d0eddfd301ebd3505f6d98c8803c Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Thu, 1 Aug 2019 13:56:09 +0200 Subject: [PATCH] explain sinus.py --- sinus.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sinus.py b/sinus.py index 5e909c7..0bbf959 100644 --- a/sinus.py +++ b/sinus.py @@ -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