vampire.anno.pl.set_default_plotstyle#
- vampire.anno.pl.set_default_plotstyle(font_size=14, font_family='Arial', line_width=1.5, width=900, height=400, showgrid=False)[source]#
Set the plotly template for the vampire package.
- Parameters:
font_size (
int)font_family (
str)width (
int)height (
int)showgrid (
bool)
- Returns:
None
Examples
>>> import vampire as vp >>> vp.anno.pl.set_default_plotstyle(font_size=8, line_width=1)