lstein.lstein.LSteinCanvas.compute_xaxis

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

computes and returns various elements necessary for adding the x-axis to the canvas

Parameters

Raises

Returns
  • circles_x
    • np.ndarray

    • x-values to draw circles denoting x-ticks

  • circles_y
    • np.ndarray

    • y-values to draw circles denoting x-ticks

  • xtickpos_x
    • np.ndarray

    • x-values to place x-ticklabels at

  • xtickpos_y
    • np.ndarray

    • y-values to place x-ticklabels at

  • xticklabs
    • np.ndarray

    • text to be displayed as x-ticklabels

  • xlabpos_x
    • float

    • x-value to place x-label at

  • xlabpos_y
    • float

    • y-value to place x-label at