set_axis_ticks_and_labels

tulips.tulips.set_axis_ticks_and_labels(ax, raxis='star_mass', axis_label='')[source]

Format axis ticks.

Format the axis ticks such that no negative values are shown.

Parameters
axmatplotlib axis object
raxis: str

Valid column name for a MESA history file. This sets the value used for the outer radius of the star.

axis_labelstr

User defined axis label.

Returns
None