Skip to content

Commit b18aacb

Browse files
committed
Fix typo in documentation
1 parent b035768 commit b18aacb

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/.doctrees/environment.pickle

-48 Bytes
Binary file not shown.

docs/.doctrees/timeseries.doctree

-63 Bytes
Binary file not shown.

docs/timeseries.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h1>3. Time Series<a class="headerlink" href="#time-series" title="Permalink to
157157
You can also check out the <a class="reference external" href="https://github.com/NicholasMamo/multiplex-plot/blob/master/examples/3.%20Time%20Series.ipynb">time series tutorial Jupyter Notebook</a>.</p>
158158
<span class="target" id="module-timeseries"></span><div class="section" id="module-timeseries.timeseries">
159159
<span id="id1"></span><h2>Time Series<a class="headerlink" href="#module-timeseries.timeseries" title="Permalink to this headline"></a></h2>
160-
<p>The <a class="reference internal" href="#timeseries.timeseries.TimeSeries" title="timeseries.timeseries.TimeSeries"><code class="xref py py-class docutils literal"><span class="pre">timeseries.timeseries.TimeSeries</span></code></a> class borrows heavily on matplotlib&#8217;s <cite>plot</cite> function.
160+
<p>The <a class="reference internal" href="#timeseries.timeseries.TimeSeries" title="timeseries.timeseries.TimeSeries"><code class="xref py py-class docutils literal"><span class="pre">timeseries.timeseries.TimeSeries</span></code></a> class borrows heavily from matplotlib&#8217;s <cite>plot</cite> function.
161161
This class builds on matplotlib&#8217;s plotting and introduces more functionality.</p>
162162
<img alt="_images/3-time-series.png" class="example" src="_images/3-time-series.png" />
163163
<p>For example, Multiplex time series do not have a legend by default.
-6 Bytes
Binary file not shown.

multiplex/timeseries/timeseries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The :class:`timeseries.timeseries.TimeSeries` class borrows heavily on matplotlib's `plot` function.
2+
The :class:`timeseries.timeseries.TimeSeries` class borrows heavily from matplotlib's `plot` function.
33
This class builds on matplotlib's plotting and introduces more functionality.
44
55
.. image:: ../../examples/exports/3-time-series.png

0 commit comments

Comments
 (0)