autolens.plot.XTicks#
- class autolens.plot.XTicks(manual_values: Optional[List[float]] = None, **kwargs)[source]#
- __init__(manual_values: Optional[List[float]] = None, **kwargs)#
The settings used to customize a figure’s y and x ticks using the YTicks and XTicks objects.
This object wraps the following Matplotlib methods:
plt.yticks: https://matplotlib.org/3.3.1/api/_as_gen/matplotlib.pyplot.yticks.html
plt.xticks: https://matplotlib.org/3.3.1/api/_as_gen/matplotlib.pyplot.xticks.html
- Parameters
manual_values – Manually override the tick labels to display the labels as the input list of floats.
Methods
__init__
([manual_values])The settings used to customize a figure’s y and x ticks using the YTicks and XTicks objects.
set
(array, min_value, max_value, units[, …])Set the x ticks of a figure using the shape of an input Array2D object and input units.
tick_values_from
(min_value, max_value)Calculate the ticks used for the yticks or xticks from input values of the minimum and maximum coordinate values of the y and x axis.
tick_values_in_units_from
(array, min_value, …)Calculate the labels used for the yticks or xticks from input values of the minimum and maximum coordinate values of the y and x axis.
Attributes
config_dict
config_folder