aerosandbox.tools.pretty_plots.annotation ========================================= .. py:module:: aerosandbox.tools.pretty_plots.annotation Functions --------- .. autoapisummary:: aerosandbox.tools.pretty_plots.annotation.hline aerosandbox.tools.pretty_plots.annotation.vline Module Contents --------------- .. py:function:: hline(y, linestyle='--', color='k', text = None, text_xloc=0.5, text_ha='center', text_va='bottom', text_kwargs=None, **kwargs) .. py:function:: vline(x, linestyle='--', color='k', text = None, text_yloc=0.5, text_ha='right', text_va='center', text_kwargs=None, **kwargs)