From 032ce7efa3c5f3bed38c2769c7bf12d98fa4c31d Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:48:53 -0600 Subject: [PATCH] remove NCL_vector_5.py until we have a curly vector implementation --- Gallery/Vectors/NCL_vector_5.py | 236 -------------------------------- 1 file changed, 236 deletions(-) delete mode 100644 Gallery/Vectors/NCL_vector_5.py diff --git a/Gallery/Vectors/NCL_vector_5.py b/Gallery/Vectors/NCL_vector_5.py deleted file mode 100644 index 67e1c2a7c..000000000 --- a/Gallery/Vectors/NCL_vector_5.py +++ /dev/null @@ -1,236 +0,0 @@ -""" -NCL_vector_5.py -=============== - A vector pressure/height plot - -This script illustrates the following concepts: - - Using streamplot to resemble curly vectors - - Drawing pressure/height vectors over filled contours - - Using inset_axes() to create additional axes for color bars - - Interpolate to user specified pressure levels - - Using the geocat-comp method `interp_hybrid_to_pressure `_ - - Using a different color scheme to follow `best practices