Skip to content

Commit

Permalink
update version in visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
khuyentran1401 committed Apr 10, 2024
1 parent ff86432 commit ed28299
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Chapter5/visualization.html
Original file line number Diff line number Diff line change
Expand Up @@ -2716,7 +2716,8 @@ <h2><span class="section-number">6.10.22. </span>LovelyPlots: Create Nice Matplo
<p>To see how a figure created by LovelyPlots looks like, let’s generate a plotting function, which takes <code class="docutils literal notranslate"><span class="pre">style</span></code> as its argument</p>
<div class="cell docutils container">
<div class="cell_input docutils container">
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">matplotlib.pyplot</span> <span class="k">as</span> <span class="nn">plt</span>
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">lovelyplots</span>
<span class="kn">import</span> <span class="nn">matplotlib.pyplot</span> <span class="k">as</span> <span class="nn">plt</span>
<span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span>
<span class="kn">import</span> <span class="nn">pandas</span> <span class="k">as</span> <span class="nn">pd</span>

Expand Down
1 change: 1 addition & 0 deletions docs/_sources/Chapter5/visualization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4013,6 +4013,7 @@
"metadata": {},
"outputs": [],
"source": [
"import lovelyplots\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import pandas as pd\n",
Expand Down

0 comments on commit ed28299

Please sign in to comment.