Skip to content

Commit 8c4bd71

Browse files
authored
Figure.velo: Remove deprecated parameters color/uncertaintycolor, use fill/uncertaintyfill (deprecated since v0.8.0) (#3034)
1 parent 31688c4 commit 8c4bd71

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pygmt/src/velo.py

-5
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,13 @@
77
from pygmt.exceptions import GMTInvalidInput
88
from pygmt.helpers import (
99
build_arg_string,
10-
deprecate_parameter,
1110
fmt_docstring,
1211
kwargs_to_strings,
1312
use_alias,
1413
)
1514

1615

1716
@fmt_docstring
18-
@deprecate_parameter("color", "fill", "v0.8.0", remove_version="v0.12.0")
19-
@deprecate_parameter(
20-
"uncertaintycolor", "uncertaintyfill", "v0.8.0", remove_version="v0.12.0"
21-
)
2217
@use_alias(
2318
A="vector",
2419
B="frame",

0 commit comments

Comments
 (0)