class foxes.utils.TabWindroseAxes.ThetaFormatter(matplotlib.ticker.Formatter)

Used to format the theta tick labels. Converts the native unit of radians into degrees and adds a degree symbol.

Public members

__call__(x, pos=None)

Return the format for tick value x at position pos. pos=None indicates an unspecified location.

locs = []
format_ticks(values)

Return the tick labels for all the ticks at once.

format_data(value)

Return the full string representation of the value with the position unspecified.

format_data_short(value)

Return a short string version of the tick value.

get_offset()
set_locs(locs)

Set the locations of the ticks.

static fix_minus(s)

Some classes may want to replace a hyphen for minus with the proper Unicode symbol (U+2212) for typographical correctness. This is a helper method to perform such a replacement when it is enabled via :rc:`axes.unicode_minus`.

axis = None
set_axis(axis)
create_dummy_axis(**kwargs)