matplotlib.typing
#
- matplotlib.typing.RGBAColorType#
alias of
Union
[str
,tuple
[float
,float
,float
,float
],tuple
[Union
[tuple
[float
,float
,float
],str
],float
],tuple
[tuple
[float
,float
,float
,float
],float
]]
- matplotlib.typing.RGBAColourType#
alias of
Union
[str
,tuple
[float
,float
,float
,float
],tuple
[Union
[tuple
[float
,float
,float
],str
],float
],tuple
[tuple
[float
,float
,float
,float
],float
]]
- matplotlib.typing.ColorType#
alias of
Union
[tuple
[float
,float
,float
],str
,tuple
[float
,float
,float
,float
],tuple
[Union
[tuple
[float
,float
,float
],str
],float
],tuple
[tuple
[float
,float
,float
,float
],float
]]
- matplotlib.typing.ColourType#
alias of
Union
[tuple
[float
,float
,float
],str
,tuple
[float
,float
,float
,float
],tuple
[Union
[tuple
[float
,float
,float
],str
],float
],tuple
[tuple
[float
,float
,float
,float
],float
]]
- matplotlib.typing.DrawStyleType#
alias of
Literal
['default', 'steps', 'steps-pre', 'steps-mid', 'steps-post']
- matplotlib.typing.MarkEveryType#
alias of
Union
[None
,int
,tuple
[int
,int
],slice
,list
[int
],float
,tuple
[float
,float
],list
[bool
]]