Artists In Animation
- class PointArtists(name, path, annotation)
Bases:
object-
name:
str
-
path:
ArtistInAnimation
-
annotation:
ArtistInAnimation
- highlight(color=None)
- Return type:
set[Artist]
- gray_out()
- Return type:
set[Artist]
- hide()
- Return type:
set[Artist]
-
name:
- class ArtistInAnimation(artist, original_color=None, original_zorder=None, original_linewidth=None, original_arrowstyle=None)
Bases:
object-
artist:
Artist
-
original_color:
tuple[float,float,float] |str|tuple[float,float,float,float] |tuple[tuple[float,float,float] |str,float] |tuple[tuple[float,float,float,float],float] |None= None
-
original_zorder:
float|None= None
-
original_linewidth:
float|None= None
-
original_arrowstyle:
ArrowStyle|None= None
- highlight(color=None)
- Return type:
bool
- gray_out()
- Return type:
bool
- show()
- Return type:
bool
- hide()
- Return type:
bool
-
artist:
- init_point_name_to_artist(ax, color_theme, aux_point_names, symbols)
- Return type:
dict[str,PointArtists]