import matplotlib.pyplot as plt months = ["Jan", "Feb", "Mar", "Apr"] revenue = [42, 48, 52, 57] x_label = "Month" y_label = "Revenue (USD thousands)"