annotating

Annotating figures.

Collection of function and classes controlling text elements in figures; e.g. inserting, formatting and positioning axes and tick labels.

Functions

enum_axes(axs, loc[, fmt, enum])

Labels subfigures (axes).

Classes

SSDecimalFormatter(digits[, sign, ...])

SSFractionFormatter(D[, frac, sign, ...])

ScaledFormatter([unit, squeeze])

SgnScalarFormatter([sign])

SignedFormatter([sign, sign_zero])

digraph inheritancece18d2adfe { bgcolor=transparent; fontsize=12; rankdir=TB; ratio=compress; size="8.0, 12.0"; "Formatter" [URL="https://matplotlib.org/stable/api/ticker_api.html#matplotlib.ticker.Formatter",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Create a string based on a tick value and location."]; "TickHelper" -> "Formatter" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SSDecimalFormatter" [URL="mplotter.annotating.SSDecimalFormatter.html#mplotter.annotating.SSDecimalFormatter",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "SignedFormatter" -> "SSDecimalFormatter" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ScaledFormatter" -> "SSDecimalFormatter" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SSFractionFormatter" [URL="mplotter.annotating.SSFractionFormatter.html#mplotter.annotating.SSFractionFormatter",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "SignedFormatter" -> "SSFractionFormatter" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ScaledFormatter" -> "SSFractionFormatter" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ScalarFormatter" [URL="https://matplotlib.org/stable/api/ticker_api.html#matplotlib.ticker.ScalarFormatter",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Format tick values as a number."]; "Formatter" -> "ScalarFormatter" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ScaledFormatter" [URL="mplotter.annotating.ScaledFormatter.html#mplotter.annotating.ScaledFormatter",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "Formatter" -> "ScaledFormatter" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SgnScalarFormatter" [URL="mplotter.annotating.SgnScalarFormatter.html#mplotter.annotating.SgnScalarFormatter",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "SignedFormatter" -> "SgnScalarFormatter" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ScalarFormatter" -> "SgnScalarFormatter" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SignedFormatter" [URL="mplotter.annotating.SignedFormatter.html#mplotter.annotating.SignedFormatter",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "Formatter" -> "SignedFormatter" [arrowsize=0.5,style="setlinewidth(0.5)"]; "TickHelper" [URL="https://matplotlib.org/stable/api/ticker_api.html#matplotlib.ticker.TickHelper",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; }