Skip to content

Commit

Permalink
silence matplotlib warning
Browse files Browse the repository at this point in the history
  • Loading branch information
schaubh committed Jan 16, 2025
1 parent a34ed53 commit 9ec0806
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def setupCSS(CSS):
justTheNoise = cssOutput - truthVector # subtract curve from noisy curve
outputStd = np.std(justTheNoise)
if name == 'plain':
plt.figure(3, figsize=(7, 5), dpi=80, facecolor='w', edgecolor='k')
plt.figure(figsize=(7, 5), dpi=80, facecolor='w', edgecolor='k')
plt.plot(dataLogSingle.times() * macros.NANO2MIN, cssOutput, label=name, zorder=zLevel, linewidth=lineWide)
plt.legend()
plt.xlabel('Time [min]')
Expand Down

0 comments on commit 9ec0806

Please sign in to comment.