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
]]
- matplotlib.typing.RcStyleType#
alias of
Union
[str
,dict
[str
,Any
],Path
,list
[Union
[str
,Path
,dict
[str
,Any
]]]]
- matplotlib.typing.HashableList(iterable=(), /)#
A nested list of Hashable values.
alias of
list
[Union
[Hashable
,HashableList
]]