Skip to content

Commit

Permalink
version of plotmap.py mimicking gplot.ncl, with demo notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
senesis committed Feb 6, 2024
1 parent 32cb798 commit 7a049f3
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 303 deletions.
2 changes: 2 additions & 0 deletions climaf/plot_operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ def load_plot_operators():
#
"--colored_map_file='${in_1}' "
"--colored_map_variable='${var_1}' "
"--colored_map_levels='${clrl}' "
"--colored_map_levels='${colored_map_levels}' "
"--colored_map_cmap='${clrc}' "
"--colored_map_cmap='${colored_map_color}' "
"--colored_map_transform=${clrt} "
"--colored_map_transform_options='${clrto}' "
Expand Down
Loading

0 comments on commit 7a049f3

Please sign in to comment.