diff --git a/src/analysis/task2.py b/src/analysis/task2.py index b0d64ec..80cf4e9 100644 --- a/src/analysis/task2.py +++ b/src/analysis/task2.py @@ -45,8 +45,10 @@ print(f"Integral f: {I_f:.3}") # Plot a plt.figure(1) plt.plot(x_a_data, f_a_data) -plt.xlabel('x'); plt.ylabel('y') -plt.grid('on'); plt.axis('image') +plt.xlabel('x') +plt.ylabel('y') +plt.grid('on') +plt.axis('image') # Plot b plt.figure(2)