Changed range

This commit is contained in:
s497167 2025-01-18 16:30:29 +01:00
parent 8ce68e1f92
commit 40a49d42ed

View File

@ -2,7 +2,7 @@ import matplotlib.pyplot as plt
import numpy as np
#Data for plotting
x = np.linspace(-10, 10)
x = np.linspace(-20, 15)
y = x**4 # y = x^4
# Create plot