pttools.analysis.plot_xiv_plane

A plot of the \(\xi-v\) plane

Classes

class pttools.analysis.plot_xiv_plane.XIVPlanePlot(model, fig=None, ax=None)

Bases: object

A plot of the \(\xi-v\) plane

Parameters:
curves(wn, w0=None, w_mu=None, method='odeint', n_curves_s=6, n_curves_b=6, n_curves_right=3, n_xi=const.N_XI_DEFAULT, t_forwards_end=const.T_END_DEFAULT, t_backwards_end=-const.T_END_DEFAULT)

Add background curves to the plot

Parameters:
  • wn (float)

  • w0 (float)

  • w_mu (float)

  • method (str)

  • n_curves_s (int)

  • n_curves_b (int)

  • n_curves_right (int)

  • n_xi (int)

  • t_forwards_end (float)

  • t_backwards_end (float)