Black
This commit is contained in:
parent
e8caaf9955
commit
ef91a236d2
@ -111,7 +111,10 @@ def planWeightAxis(
|
||||
outNormalized[+1] = +1
|
||||
|
||||
from matplotlib import pyplot
|
||||
pyplot.plot(sorted(outNormalized), [outNormalized[k] for k in sorted(outNormalized)])
|
||||
|
||||
pyplot.plot(
|
||||
sorted(outNormalized), [outNormalized[k] for k in sorted(outNormalized)]
|
||||
)
|
||||
pyplot.show()
|
||||
|
||||
print("Planned mapping:", out)
|
||||
@ -167,8 +170,6 @@ def main(args=None):
|
||||
font.save(outfile)
|
||||
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
import sys
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user