From e96cf7da48d9e52660b539bb0daae294ac9ea5d9 Mon Sep 17 00:00:00 2001 From: Derek Melchin <38889814+DerekMelchin@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:46:48 -0600 Subject: [PATCH] Update 06 Plot Data.html --- .../03 Datasets/06 Equity Fundamental Data/06 Plot Data.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08 Drafts/04 Research Environment/03 Datasets/06 Equity Fundamental Data/06 Plot Data.html b/08 Drafts/04 Research Environment/03 Datasets/06 Equity Fundamental Data/06 Plot Data.html index 4a8f18e9b7..78e6de4047 100644 --- a/08 Drafts/04 Research Environment/03 Datasets/06 Equity Fundamental Data/06 Plot Data.html +++ b/08 Drafts/04 Research Environment/03 Datasets/06 Equity Fundamental Data/06 Plot Data.html @@ -43,7 +43,7 @@ chart.WithLayout(layout); -
  • Call the plot method on the history DataFrame.
  • +
  • Call the plot method on the history DataFrame.
  • history.plot(title='PE Ratio Over Time', figsize=(15, 8))