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