diff --git a/.replit b/.replit new file mode 100644 index 0000000..3896e27 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "python ax.py" \ No newline at end of file diff --git a/notebooks/ax.py b/notebooks/ax.py new file mode 100644 index 0000000..7582b56 --- /dev/null +++ b/notebooks/ax.py @@ -0,0 +1,3 @@ +#Thank you for your work, a little colaboration to your windrose. + +ax.set_xticklabels(['E', 'NE', 'N', 'NW', 'W', 'SW', 'S', 'SE']) \ No newline at end of file