Skip to content

Commit

Permalink
Deploying to gh-pages from @ e462b3a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Dec 15, 2023
1 parent 1f2d98c commit 8c4e47c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ <h1 class="title">A Grammar of Graphics for Python</h1>
<p>Plotting with a <em>grammar of graphics</em> is powerful. Custom (and otherwise complex) plots are easy to think about and build incremently, while the simple plots remain simple to create.</p>
<section id="example" class="level2">
<h2 class="anchored" data-anchor-id="example">Example</h2>
<div id="41bbbbaa" class="cell" data-execution_count="1">
<div id="60680c51" class="cell" data-execution_count="1">
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="im">from</span> plotnine <span class="im">import</span> ggplot, geom_point, aes, stat_smooth, facet_wrap</span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="im">from</span> plotnine.data <span class="im">import</span> mtcars</span>
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a></span>
Expand Down
Binary file modified index_files/figure-html/cell-2-output-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8c4e47c

Please sign in to comment.