aerosandbox.tools.pretty_plots.annotation#

Module Contents#

Functions#

hline(y[, linestyle, color, text, text_xloc, text_ha, ...])

vline(x[, linestyle, color, text, text_yloc, text_ha, ...])

aerosandbox.tools.pretty_plots.annotation.hline(y, linestyle='--', color='k', text=None, text_xloc=0.5, text_ha='center', text_va='bottom', text_kwargs=None, **kwargs)[source]#
Parameters:

text (str) –

aerosandbox.tools.pretty_plots.annotation.vline(x, linestyle='--', color='k', text=None, text_yloc=0.5, text_ha='right', text_va='center', text_kwargs=None, **kwargs)[source]#
Parameters:

text (str) –