From 7fd798154e66bd1f51369d1774220b6ee7e0b12e Mon Sep 17 00:00:00 2001 From: Luiz Cesar <43624794+cesarcostar@users.noreply.github.com> Date: Wed, 2 Mar 2022 17:10:28 +0000 Subject: [PATCH] Add a new python file, with a new windrose xlabel. --- .replit | 2 ++ notebooks/ax.py | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 .replit create mode 100644 notebooks/ax.py 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