Searched refs:_PLOT_AXIS_TICKS (Results 1 – 1 of 1) sorted by relevance
35 _PLOT_AXIS_TICKS = 5 # Number of ticks to display on the plot axis variable165 x_ticks = np.linspace(iso_low**2, iso_high**2, _PLOT_AXIS_TICKS)166 y_ticks = np.linspace(np.min(y_values), np.max(y_values), _PLOT_AXIS_TICKS)