Changes plot function
This commit is contained in:
parent
4a7e963c03
commit
851857c19d
@ -133,7 +133,8 @@ def plot_highlighted_integrals(ax, frequency, power, points, nyquist, true_eodf,
|
|||||||
|
|
||||||
# Apply float formatting to the y-axis
|
# Apply float formatting to the y-axis
|
||||||
ax.yaxis.set_major_formatter(ticker.FuncFormatter(float_formatter))
|
ax.yaxis.set_major_formatter(ticker.FuncFormatter(float_formatter))
|
||||||
ax.legend(loc="upper right")
|
#ax.legend(loc="upper right")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user