You sell homemade beef jerky for dogs at your local farmers market 🐶. After a few weeks of selling, you decide to analyze your sales by date per flavor.
Build a plot like the one below showcasing sales vs date, with a separate Axes for each flavor. Note that each Axes has the same x and y scale!
Show the plot
Suppress Scientific Notation
Use np.set_printoptions(suppress=True) to suppress scientific notation in NumPy.