lstein.lstein.LSteinCanvas.compute_thetaaxis

LSteinCanvas.compute_thetaaxis() Tuple[Any][source]

computes and returns various elements necessary for adding the theta-axis (azimuthal) to the canvas

Parameters

Raises

Returns
  • thetatickpos_xi
    • np.ndarray

    • inner bound of theta ticks

    • in cartesian coordinates

  • thetatickpos_yi
    • np.ndarray

    • inner bound of theta ticks

    • in cartesian coordinates

  • thetatickpos_xo
    • np.ndarray

    • outer bound of theta ticks

    • in cartesian coordinates

  • thetatickpos_yo
    • np.ndarray

    • outer bound of theta ticks

    • in cartesian coordinates

  • thetaticklabelpos_x
    • np.ndarray

    • x-values of position of theta ticklabels

  • thetaticklabelpos_y
    • np.ndarray

    • y-values of position of theta ticklabels

  • thetaticklabs
    • np.ndarray

    • text to be displayed as x-ticklabels

  • thlabpos_x
    • float

    • x-value to place theta-label at

  • thlabpos_y
    • float

    • y-value to place theta-label at

  • x_arrow
    • float

    • x-value to place indicator arrow at

  • x_arrow
    • float

    • y-value to place indicator arrow at