-
Notifications
You must be signed in to change notification settings - Fork 229
Closed
Labels
deprecationDeprecating a featureDeprecating a feature
Milestone
Description
Several parameters and a few aliases are deprecated since v0.8.0, v0.9.0 or v0.10.0 and the deprecation warnings need to be removed before release v0.12.0.
This issue is created to track the progress of removing these deprecation warnings:
- All plotting methods: Remove aliases
xshift (X)
andyshift (Y)
(FutureWarning raised since PyGMT v0.8.0) Figure: Remove deprecated "xshift" ("X") and "yshift" ("Y") parameters, use "Figure.shift_origin" instead (deprecated since v0.8.0) #3044 - All plotting methods: Remove alias
timestamp (U)
(FutureWarning raised since PyGMT v0.9.0) Figure: Remove deprecated "timestamp" ("U") parameter, use "Figure.timestamp" instead (deprecated since v0.9.0) #3045 -
Figure.plot
,Figure.plot3d
,Figure.rose
: Remove parametercolor
, usefill
instead (FutureWarning raised since PyGMT v0.8.0) Figure.plot/plot3d/rose: Remove deprecated 'color' parameter, use 'fill' instead (deprecated since v0.8.0) #3032 -
Figure.velo
: Figure.velo: Remove deprecated parameters color/uncertaintycolor, use fill/uncertaintyfill (deprecated since v0.8.0) #3034- Remove parameter
uncertaintycolor
, useuncertaintyfill
instead (FutureWarning raised since PyGMT v0.8.0) - Remove parameter
color
, usefill
instead
- Remove parameter
-
Figure.wiggle
: Remove parametercolor
, usefillnegative
orfillpositive
instead (FutureWarning raised since PyGMT v0.8.0) Figure.wiggle: Remove deprecated parameter 'color', use fillpositive/fillnegative instead (deprecated since v0.8.0) #3035 -
Figure.grdimage
: Remove parameterbit_color
, usebitcolor
instead (Future Warning raised since PyGMT v0.10.0) Figure.grdimage: Remove deprecated parameter 'bit_color', use 'bitcolor' instead (deprecated since v0.8.0) #3036
Metadata
Metadata
Assignees
Labels
deprecationDeprecating a featureDeprecating a feature