Black reformat on processing
This commit is contained in:
parent
eff2b09c8f
commit
358b57f23d
7 changed files with 62 additions and 41 deletions
|
|
@ -40,7 +40,9 @@ for r in np.arange(0, 1.1, 0.1):
|
|||
*Rn,
|
||||
c="#ff6600",
|
||||
)
|
||||
axr.annotate(f"{r=:.1f}", (Rn[0][0], Rn[1][0]), bbox={"boxstyle": "square", "facecolor": "w"})
|
||||
axr.annotate(
|
||||
f"{r=:.1f}", (Rn[0][0], Rn[1][0]), bbox={"boxstyle": "square", "facecolor": "w"}
|
||||
)
|
||||
axr.grid()
|
||||
axr.autoscale(True, "x", tight=True)
|
||||
axr.set(ylim=(0, 1), ylabel="R", xlabel="f")
|
||||
|
|
|
|||
Reference in a new issue