Skip to content

Commit 2d7c005

Browse files
committed
figs2
1 parent 4790a5b commit 2d7c005

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/source/tutorial/ex1_plot.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ With our data in hand, we can now plot it:
135135
plt.show()
136136
137137
138+
.. figure:: /_static/images/ex1_fig2.jpg
139+
:alt: Single Stock with Daily-Level Data
140+
:align: center
141+
:width: 80%
142+
138143
Plotting Cumulative Returns for Multiple Stocks
139144
===============================================
140145

@@ -190,7 +195,10 @@ the initial price, and then subtracting 1 Let's compute this for our stocks:
190195
plt.show()
191196
192197
193-
198+
.. figure:: /_static/images/ex1_fig3.jpg
199+
:alt: Single Stock with Daily-Level Data
200+
:align: center
201+
:width: 80%
194202

195203
With these simple steps, you've fetched financial data using MoabDB
196204
and visualized it with a basic chart. Explore more with

0 commit comments

Comments
 (0)