lstein.lstein.LSteinPanel.get_yticks¶
- LSteinPanel.get_yticks(theta_lb: float, theta_ub: float) Tuple[List[float], List[Any]][source]¶
returns yticklabels and location of yticks
method to compute angular positions of the y-ticks angles measured from the x-axis counterclockwise (in radians)
- Parameters
- theta_lb
float
lower bound of the panel as an angle in radians
corresponds to self.ylims_plot[0]
- theta_ub
float
upper bound of the panel as an angle in radians
corresponds to self.ylims_plot[1]
Raises
- Returns
- ytickpos_th
List[float]
tickpositions angles measured from the x-axis counterclockwise (in radians)
- yticklabs
List[Any]
labels assigned to each tick
same length as ytickpos_th