edited indentation

This commit is contained in:
Madeleine Masser-Frye 2022-08-02 10:23:04 +00:00
parent 0dc3c9462b
commit 48690e6339

View File

@ -174,9 +174,9 @@ def plotConfigs(tech, special=''):
freq = techdict[tech].targfreq
for oneSynth in allSynths:
if (tech == oneSynth.tech) & (freq == oneSynth.freq) & (oneSynth.special == special):
delays += [oneSynth.delay]
areas += [oneSynth.area]
labels += [oneSynth.width + oneSynth.config]
delays += [oneSynth.delay]
areas += [oneSynth.area]
labels += [oneSynth.width + oneSynth.config]
fig, (ax) = plt.subplots(1, 1)