Skip to content

Commit

Permalink
missing numpy import
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Jun 8, 2021
1 parent 96cf6c8 commit 8c01e86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import matplotlib
import matplotlib.pyplot as plt
import matplotlib.font_manager as font_manager
import numpy as np

# increase the limit for the warning to pop up
matplotlib.rcParams['figure.max_open_warning'] = 50
Expand Down

0 comments on commit 8c01e86

Please sign in to comment.