set_symbol_properties#

Trace.set_symbol_properties(show=True, style=None, show_arrows=None, fill=None, color=None)[source]#

Set symbol properties.

Parameters:
showbool, optional

Whether to show the symbol. The default is True.

stylestr, optional

Style of the style. The default is None. You can also use the SYMBOLSTYLE property.

show_arrowsbool, optional

Whether to show arrows. The default is None.

fillbool, optional

Whether to fill the symbol with a color. The default is None.

colortuple, list

Symbol fill color specified as a tuple (R,G,B) or a list of integers [0,255]. The default is None.

Returns:
bool

True when successful, False when failed.