From 051d635660ace8b6ab64c42a6f9c9256a48a8693 Mon Sep 17 00:00:00 2001 From: Boyuan Ning <73546421+ningboyuan@users.noreply.github.com> Date: Sun, 13 Mar 2022 03:28:12 +0100 Subject: [PATCH] Update NumericInPython.py --- DEDA_Class_2017_Statistics&Finance/NumericInPython.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEDA_Class_2017_Statistics&Finance/NumericInPython.py b/DEDA_Class_2017_Statistics&Finance/NumericInPython.py index e0e0fc2..5475134 100644 --- a/DEDA_Class_2017_Statistics&Finance/NumericInPython.py +++ b/DEDA_Class_2017_Statistics&Finance/NumericInPython.py @@ -26,7 +26,7 @@ fig = plt.figure() # Create a window to draw ax = plt.axes() # Create axes -ax.plot(np.arange(1, 21), A, 'mu') # Plot the dots, using circle +ax.plot(np.arange(1, 21), A, 'o') # Plot the dots, using circle ax.set_title('Random Number Plotting') # Set figure title plt.show() # Save figure to a high quality