diff --git a/doc/source/getting_started/10min.rst b/doc/source/getting_started/10min.rst index 66e500131b316..f2701df40f51b 100644 --- a/doc/source/getting_started/10min.rst +++ b/doc/source/getting_started/10min.rst @@ -15,6 +15,7 @@ Customarily, we import as follows: import numpy as np import pandas as pd + import matplotlib.pyplot as plt Object creation ---------------