Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
106 commits
Select commit Hold shift + click to select a range
234d4e8
update version for rc1 release
georgemccabe Sep 30, 2025
329fb55
remove hard-coded version because it is read from metplotpy/_version.py
georgemccabe Oct 16, 2025
f7e7e85
Feature 550 v3.2.0 (#551)
bikegeek Nov 14, 2025
2667b4c
Update for 3.2 release and Python 3.12
jprestop Dec 9, 2025
aa0bc12
Add modulefile for smac-c5
jprestop Dec 16, 2025
dba3bab
Hotfix to add missing METcalcpy links to the RTD navigation.
JohnHalleyGotway Dec 23, 2025
0e23351
Issue #556 this is the original BasePlot class, containing Plotly and…
bikegeek Jan 21, 2026
df0dc9e
Per #556, create _plotly versions of util.py, constants.py, and confi…
georgemccabe Jan 22, 2026
1a38b17
Do not use util.apply_weight_style -- it adds html which isn't used b…
georgemccabe Jan 22, 2026
036903f
Merge branch 'feature_555_replace_plotly' into feature_556_copy_base_…
georgemccabe Jan 28, 2026
ceb5802
add fix for creating parent directories to plotly version of base plot
georgemccabe Jan 28, 2026
18aa26b
Merge branch 'develop' of https://github.com/dtcenter/METplotpy into …
bikegeek Feb 2, 2026
69d5b38
hotfix: fix handling of missing data by changing replace value from s…
georgemccabe Feb 3, 2026
150a3c7
hotfix: remove string representing color that causes UserWarning and …
georgemccabe Feb 3, 2026
6fe7771
Merge branch 'develop' of https://github.com/dtcenter/METplotpy into …
bikegeek Feb 4, 2026
a9faf5b
merged develop and resolved conflicts
georgemccabe Feb 4, 2026
4ac83eb
add workflow dispatch option to unit tests so development branches ca…
georgemccabe Feb 4, 2026
74fc7aa
Merge branch 'feature_555_replace_plotly' into feature_556_copy_base_…
georgemccabe Feb 5, 2026
b664740
remove more plotly-specific stuff from matplotlib version
georgemccabe Feb 5, 2026
479c172
Update copyright.txt
bikegeek Feb 5, 2026
f8d47f5
Merge branch 'feature_556_copy_base_and_common_functionality' of http…
bikegeek Feb 5, 2026
c7cae0c
Merge branch 'develop' of https://github.com/dtcenter/METplotpy into …
bikegeek Feb 5, 2026
07cf5bd
Issue #556 Remove any Plotly-specific code and imports. Update copyr…
bikegeek Feb 5, 2026
fd6e39c
Merge branch 'feature_555_replace_plotly' into feature_556_copy_base_…
georgemccabe Feb 6, 2026
b616fcd
clean up logic to calculate plot dimensions to always use matplotlib …
georgemccabe Feb 6, 2026
3bc22fd
remove plotly-specific variables and update incorrect imports to use …
georgemccabe Feb 6, 2026
fda41c5
resolve SonarQube complaints and clean up logic
georgemccabe Feb 6, 2026
392ee95
more SonarQube issues resolved
georgemccabe Feb 6, 2026
0ab7528
Issue #556 Updates to base_plot to support title,caption, x-axis labe…
bikegeek Feb 6, 2026
c8bb31d
Merge branch 'feature_556_copy_base_and_common_functionality' of http…
bikegeek Feb 7, 2026
14469fb
Issue #556 use the get_weights_size_style() from base_plot.py to plot…
bikegeek Feb 7, 2026
ad3c90f
Fixed comment to remove Plotly reference in
bikegeek Feb 7, 2026
1c0d319
Revert to previous version, which already removed Plotly-specific cod…
bikegeek Feb 7, 2026
6f68ae8
Added TODO for code that should be removed when all plots have been m…
bikegeek Feb 7, 2026
f92761a
Added TODO comments to identify code that will need to be removed whe…
bikegeek Feb 7, 2026
b7e827d
remove plotly variables from matplotlib version
georgemccabe Feb 9, 2026
4467a90
remove unneeded import
georgemccabe Feb 9, 2026
f10a8a0
Per #558, refactor bar plot to use matplotlib instead of plotly
georgemccabe Feb 10, 2026
5c71d9d
Revert back to using _get_fcst_vars to avoid breaking things, but add…
georgemccabe Feb 17, 2026
9e0979f
added default widths of some matplotlib shapes
georgemccabe Feb 17, 2026
d1477d6
added back _get_fcst_vars override to avoid breaking things for now. …
georgemccabe Feb 17, 2026
8917e01
move more common functionality into the base plot class so it can be …
georgemccabe Feb 17, 2026
021f923
Progress towards creating box plots using matplotlib. Adjustment is s…
georgemccabe Feb 17, 2026
a4fcdd9
fix incorrectly formatted show_legend values that are interpreted as …
georgemccabe Feb 17, 2026
5f81621
handle multiple test_*.py files in a test directory by checking the n…
georgemccabe Feb 17, 2026
77b09e2
move caption_weight handling to base config
georgemccabe Feb 24, 2026
3faba15
progress towards getting revision_box working utilizing as much from …
georgemccabe Feb 24, 2026
dae5318
merged feature_555_remove_plotly and resolved conflicts
georgemccabe Feb 26, 2026
7bbe59e
move default config seetings that are not set by all of the plots to …
georgemccabe Feb 27, 2026
2c51ea4
Per #558, update histogram plot to use matplotlib instead of plotly
georgemccabe Feb 27, 2026
369dad3
add support for custom lines
georgemccabe Feb 27, 2026
d35fe90
fix number of columns in legend to match original R plot
georgemccabe Feb 27, 2026
4f33a79
turn off grid to match original R plot
georgemccabe Feb 27, 2026
fc2eec7
Refactored config consistency checking to be consistent across multip…
georgemccabe Feb 27, 2026
58eb4dd
after updating config consistency check logic, fix incorrect yaml val…
georgemccabe Feb 27, 2026
94383dd
added mean line, adjusted median line, and added logic to more closel…
georgemccabe Feb 27, 2026
c922238
adjusted config value to stretch whisker to outlier point to more clo…
georgemccabe Feb 27, 2026
3879114
improve handling of situation when fcst vars are not set in config
georgemccabe Feb 27, 2026
13cb39d
use explicit function to get fcst var keys instead of dict
georgemccabe Feb 27, 2026
53140c3
adjust settings for whis and showfliers to more closely match the plo…
georgemccabe Mar 2, 2026
ef51ddf
change value back to original because plot should create the same for…
georgemccabe Mar 2, 2026
d0e3b56
updates to get revision box plots to render (more) correctly and so t…
georgemccabe Mar 2, 2026
63e91a7
remove commented code and out-of-date comments
georgemccabe Mar 2, 2026
67c5a3f
test copying files with differences to a diff artifact
georgemccabe Mar 3, 2026
1523642
create diff artifact even when the step before it fails due to diffs
georgemccabe Mar 3, 2026
e53688e
fix issues with hovmoeller test plot by closing global matplotlib plt…
georgemccabe Mar 4, 2026
db8b376
Update matplotlib plots to call self.save_to_file instead of plt.save…
georgemccabe Mar 5, 2026
ad9f086
use develop version of diff util after changes were merged
georgemccabe Mar 5, 2026
4a8bb99
only set xticks if indy_label is set in config object
georgemccabe Mar 6, 2026
05ae5f4
set variable in base config instead of in each plot configs
georgemccabe Mar 6, 2026
fc68df8
add plotly marker strings to dictionary to convert to matplotlib marker
georgemccabe Mar 6, 2026
43191df
clean up formatting and remove duplicate variables that were accident…
georgemccabe Mar 6, 2026
03f5c7f
move another variable to base config
georgemccabe Mar 6, 2026
3f9e5a9
Per #569, progress towards replacing plotly with matplotlib for ROC d…
georgemccabe Mar 6, 2026
65a4459
remove redundant config function override that does the same thing as…
georgemccabe Mar 6, 2026
7ef2aae
remove commented code that is no longer used since we are using matpl…
georgemccabe Mar 6, 2026
74e10d0
turn off grid to more closely match expected image
georgemccabe Mar 6, 2026
df7b582
move path variables to top for each reference
georgemccabe Mar 6, 2026
2ab1584
remove html file checks from tests since we no longer create them
georgemccabe Mar 6, 2026
f0707c9
fix incorrect location of caption by overriding _add_caption function…
georgemccabe Mar 6, 2026
6086c88
clean up
georgemccabe Mar 6, 2026
ccd2d1a
Merge branch 'feature_558_bar' into feature_569_roc
georgemccabe Mar 6, 2026
794d0db
resolve SonarQube issues
georgemccabe Mar 11, 2026
d1b7ef7
add a note to review functionality and improve error checking if needed
georgemccabe Mar 11, 2026
f6964c1
handle title that contains html line breaks
georgemccabe Mar 11, 2026
395e1de
add function to base config to get string to define plot mode, e.g. l…
georgemccabe Mar 11, 2026
fd1b546
progress towards replacing plotly with matplotlib for reliability dia…
georgemccabe Mar 11, 2026
443cc88
adjust title in vertical dimension
georgemccabe Mar 11, 2026
2972c61
Use indy_vals as the x tick locations if they are numeric, otherwise …
georgemccabe Mar 11, 2026
5e446cb
ensure the reliability axes go from 0-1
georgemccabe Mar 11, 2026
b84ca35
adjust settings to more closely match expected image
georgemccabe Mar 11, 2026
1a70c02
Attempt to improve the appearance of the error bars. The example conf…
georgemccabe Mar 11, 2026
6f99672
clean up, removing old plotly code that is no longer needed
georgemccabe Mar 11, 2026
58189cb
ignore auto-generated files
georgemccabe Mar 12, 2026
5875710
move config check that is specific to box plot and was preventing ens…
georgemccabe Mar 12, 2026
dae8d69
move marker size function to base config to be used by multiple plots
georgemccabe Mar 12, 2026
3bc72be
convert ens_ss plot from plotly to matplotlib
georgemccabe Mar 12, 2026
bf517e2
remove function that was moved to base config
georgemccabe Mar 12, 2026
886c42e
fix badly formatted show_legend values and moved path variables to to…
georgemccabe Mar 12, 2026
6339912
fix issues with x-axis labels/ticks that was introduced with changes …
georgemccabe Mar 12, 2026
0ff95a7
decouple functions that don't need to be perform multiple tasks
georgemccabe Mar 12, 2026
760b36e
merge feature_555 and resolve conflicts
georgemccabe Mar 12, 2026
aa49ebc
merge feature_555 again and resolve more conflicts
georgemccabe Mar 12, 2026
e191cc1
Clean up commented code in ens_ss.py
georgemccabe Mar 13, 2026
1b77680
Per PR review feedback from @bikegeek, remove commented code and add …
georgemccabe Mar 13, 2026
feeeadc
Merge branch 'feature_569_roc' of github.com:dtcenter/METplotpy into …
georgemccabe Mar 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ __pycache__/
# files that are generated when package is installed
build/
metplotpy.egg-info/

.DS_Store
1 change: 0 additions & 1 deletion docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ describes the bugfix, enhancement, or new feature:
METplotpy Version 4.0.0-beta1 release notes (20260205)
======================================================


.. dropdown:: New Plots

None
Expand Down
2 changes: 1 addition & 1 deletion docs/copyright.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ============================*
# ** Copyright UCAR (c) 1992 - 2024
# ** Copyright UCAR (c) 1992 - 2026
# ** University Corporation for Atmospheric Research (UCAR)
# ** National Center for Atmospheric Research (NCAR)
# ** Research Applications Lab (RAL)
Expand Down
28 changes: 0 additions & 28 deletions internal/scripts/installation/modulefiles/3.1.0_derecho

This file was deleted.

25 changes: 0 additions & 25 deletions internal/scripts/installation/modulefiles/3.1.0_gaea

This file was deleted.

25 changes: 0 additions & 25 deletions internal/scripts/installation/modulefiles/3.1.0_hera

This file was deleted.

25 changes: 0 additions & 25 deletions internal/scripts/installation/modulefiles/3.1.0_jet

This file was deleted.

25 changes: 0 additions & 25 deletions internal/scripts/installation/modulefiles/3.1.0_ursa

This file was deleted.

30 changes: 0 additions & 30 deletions internal/scripts/installation/modulefiles/3.1.0_wcoss2

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## METplotpy
##
proc ModulesHelp { } {
puts stderr "Sets up the paths and environment variables to use the METplotpy-3.1.0
puts stderr "Sets up the paths and environment variables to use the METplotpy-3.2.0
*** For help see the official MET webpage at http://www.dtcenter.org/met/users ***"
}

Expand All @@ -12,16 +12,16 @@ module load intel/2024.2.1

prepend-path PATH /glade/work/dtcrt/METplus/casper/miniconda/miniconda3/envs/metplus_v6.1_py3.12/bin

setenv METPLOTPY_SOURCE /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.1.0
setenv METPLOTPY_BASE /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.1.0
setenv METPLOTPY_SOURCE /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.2.0
setenv METPLOTPY_BASE /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.2.0

prepend-path PATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.1.0/metplotpy/contributed
prepend-path PATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.1.0/metplotpy/plots/performance_diagram
prepend-path PATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.1.0/metplotpy/plots
prepend-path PATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.1.0/metplotpy
prepend-path PATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.1.0
prepend-path PYTHONPATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.1.0/metplotpy/contributed
prepend-path PYTHONPATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.1.0/metplotpy/plots/performance_diagram
prepend-path PYTHONPATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.1.0/metplotpy/plots
prepend-path PYTHONPATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.1.0/metplotpy
prepend-path PYTHONPATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.1.0
prepend-path PATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.2.0/metplotpy/contributed
prepend-path PATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.2.0/metplotpy/plots/performance_diagram
prepend-path PATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.2.0/metplotpy/plots
prepend-path PATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.2.0/metplotpy
prepend-path PATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.2.0
prepend-path PYTHONPATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.2.0/metplotpy/contributed
prepend-path PYTHONPATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.2.0/metplotpy/plots/performance_diagram
prepend-path PYTHONPATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.2.0/metplotpy/plots
prepend-path PYTHONPATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.2.0/metplotpy
prepend-path PYTHONPATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.2.0
25 changes: 25 additions & 0 deletions internal/scripts/installation/modulefiles/3.2.0_gaea
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#%Module######################################################################
##
## METplotpy
##
proc ModulesHelp { } {
puts stderr "Sets up the paths and environment variables to use the METplotpy-3.2.0.
*** For help see the official MET webpage at http://www.dtcenter.org/met/users ***"
}

module load intel-oneapi/intel/2023.2.0

setenv METPLOTPY_SOURCE /usw/met/METplotpy/METplotpy-3.2.0
setenv METPLOTPY_BASE /usw/met/METplotpy/METplotpy-3.2.0

prepend-path PATH /ncrc/proj/nggps_psd/Julie.Prestopnik/projects/miniconda/miniconda3/envs/metplus_v6.1_py3.12/bin
prepend-path PATH /usw/met/METplotpy/METplotpy-3.2.0/metplotpy/contributed
prepend-path PATH /usw/met/METplotpy/METplotpy-3.2.0/metplotpy/plots/performance_diagram
prepend-path PATH /usw/met/METplotpy/METplotpy-3.2.0/metplotpy/plots
prepend-path PATH /usw/met/METplotpy/METplotpy-3.2.0/metplotpy
prepend-path PATH /usw/met/METplotpy/METplotpy-3.2.0
prepend-path PYTHONPATH /usw/met/METplotpy/METplotpy-3.2.0/metplotpy/contributed
prepend-path PYTHONPATH /usw/met/METplotpy/METplotpy-3.2.0/metplotpy/plots/performance_diagram
prepend-path PYTHONPATH /usw/met/METplotpy/METplotpy-3.2.0/metplotpy/plots
prepend-path PYTHONPATH /usw/met/METplotpy/METplotpy-3.2.0/metplotpy
prepend-path PYTHONPATH /usw/met/METplotpy/METplotpy-3.2.0
25 changes: 25 additions & 0 deletions internal/scripts/installation/modulefiles/3.2.0_hera
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#%Module######################################################################
##
## METplotpy
##
proc ModulesHelp { } {
puts stderr "Sets up the paths and environment variables to use the METplotpy-3.2.0.
*** For help see the official MET webpage at http://www.dtcenter.org/met/users ***"
}

prereq intel/2024.2.1

setenv METPLOTPY_SOURCE /contrib/METplotpy/METplotpy-3.2.0
setenv METPLOTPY_BASE /contrib/METplotpy/METplotpy-3.2.0

prepend-path PATH /scratch1/BMC/dtc/miniconda/miniconda3/envs/metplus_v6.1_py3.12/bin
prepend-path PATH /contrib/METplotpy/METplotpy-3.2.0/metplotpy/contributed
prepend-path PATH /contrib/METplotpy/METplotpy-3.2.0/metplotpy/plots/performance_diagram
prepend-path PATH /contrib/METplotpy/METplotpy-3.2.0/metplotpy/plots
prepend-path PATH /contrib/METplotpy/METplotpy-3.2.0/metplotpy
prepend-path PATH /contrib/METplotpy/METplotpy-3.2.0
prepend-path PYTHONPATH /contrib/METplotpy/METplotpy-3.2.0/metplotpy/contributed
prepend-path PYTHONPATH /contrib/METplotpy/METplotpy-3.2.0/metplotpy/plots/performance_diagram
prepend-path PYTHONPATH /contrib/METplotpy/METplotpy-3.2.0/metplotpy/plots
prepend-path PYTHONPATH /contrib/METplotpy/METplotpy-3.2.0/metplotpy
prepend-path PYTHONPATH /contrib/METplotpy/METplotpy-3.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
## METplotpy
##
proc ModulesHelp { } {
puts stderr "Sets up the paths and environment variables to use the METplotpy-3.1.0.
puts stderr "Sets up the paths and environment variables to use the METplotpy-3.2.0.
*** For help see the official MET webpage at http://www.dtcenter.org/met/users ***"
}

module load contrib
module load intel-oneapi-compilers/2022.2.1

setenv METPLOTPY_SOURCE /apps/contrib/MET/METplotpy/METplotpy-3.1.0
setenv METPLOTPY_BASE /apps/contrib/MET/METplotpy/METplotpy-3.1.0
setenv METPLOTPY_SOURCE /apps/contrib/MET/METplotpy/METplotpy-3.2.0
setenv METPLOTPY_BASE /apps/contrib/MET/METplotpy/METplotpy-3.2.0

#setenv METPLOTPY_PATH /apps/contrib/MET/METplotpy/METplotpy-3.1.0/
prepend-path PATH /work/noaa/ovp/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin
prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-3.1.0/metplotpy/contributed
prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-3.1.0/metplotpy/plots/performance_diagram
prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-3.1.0/metplotpy/plots
prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-3.1.0/metplotpy
prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-3.1.0
prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-3.1.0/metplotpy/contributed
prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-3.1.0/metplotpy/plots/performance_diagram
prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-3.1.0/metplotpy/plots
prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-3.1.0/metplotpy
prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-3.1.0
#setenv METPLOTPY_PATH /apps/contrib/MET/METplotpy/METplotpy-3.2.0/
prepend-path PATH /work/noaa/ovp/miniconda/miniconda3/envs/metplus_v6.1_py3.12/bin
prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-3.2.0/metplotpy/contributed
prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-3.2.0/metplotpy/plots/performance_diagram
prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-3.2.0/metplotpy/plots
prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-3.2.0/metplotpy
prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-3.2.0
prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-3.2.0/metplotpy/contributed
prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-3.2.0/metplotpy/plots/performance_diagram
prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-3.2.0/metplotpy/plots
prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-3.2.0/metplotpy
prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-3.2.0
25 changes: 25 additions & 0 deletions internal/scripts/installation/modulefiles/3.2.0_jet
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#%Module######################################################################
##
## METplotpy
##
proc ModulesHelp { } {
puts stderr "Sets up the paths and environment variables to use the METplotpy-3.2.0
*** For help see the official MET webpage at http://www.dtcenter.org/met/users ***"
}

prereq intel/2024.2.1

setenv METPLOTPY_SOURCE /contrib/met/METplotpy/METplotpy-3.2.0
setenv METPLOTPY_BASE /contrib/met/METplotpy/METplotpy-3.2.0

prepend-path PATH /lfs6/HFIP/dtc-hurr/METplus/miniconda/miniconda3/envs/metplus_v6.1_py3.12/bin
prepend-path PATH /contrib/met/METplotpy/METplotpy-3.2.0/metplotpy/contributed
prepend-path PATH /contrib/met/METplotpy/METplotpy-3.2.0/metplotpy/plots/performance_diagram
prepend-path PATH /contrib/met/METplotpy/METplotpy-3.2.0/metplotpy/plots
prepend-path PATH /contrib/met/METplotpy/METplotpy-3.2.0/metplotpy
prepend-path PATH /contrib/met/METplotpy/METplotpy-3.2.0
prepend-path PYTHONPATH /contrib/met/METplotpy/METplotpy-3.2.0/metplotpy/contributed
prepend-path PYTHONPATH /contrib/met/METplotpy/METplotpy-3.2.0/metplotpy/plots/performance_diagram
prepend-path PYTHONPATH /contrib/met/METplotpy/METplotpy-3.2.0/metplotpy/plots
prepend-path PYTHONPATH /contrib/met/METplotpy/METplotpy-3.2.0/metplotpy
prepend-path PYTHONPATH /contrib/met/METplotpy/METplotpy-3.2.0
Loading
Loading