Skip to content

Commit fb2b81e

Browse files
committed
fixed methods table
1 parent 2fa281e commit fb2b81e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Creating a free and open source framework that contains the generic algorithms a
4343
1. [Construction](docs/plots.md#421-parameters)
4444
2. [Methods](docs/plots.md#422-returns)
4545
3. [Example usage](docs/plots.md#423-example-usage)
46-
1. [Example usage](docs/plots.md#4231-with-discrete-data)
47-
2. [Example usage](docs/plots.md#4232-with-stream-data)
46+
1. [With discrete data](docs/plots.md#4231-with-discrete-data)
47+
2. [With stream data](docs/plots.md#4232-with-stream-data)
4848
5. [Timeseries](docs/timeseries.md)
4949
1. [Initialize timeseries object](docs/timeseries.md#51-initialize-the-timeseries-object)
5050
2. [Retrieve timeseries](docs/timeseries.md#521-retrieve-timeseries-object)

docs/plots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The `plot.waterfall.Waterfall` class can be used to generate waterfall plots.
7474
| mode | String `{discrete, stream}`. The mode to operate on. Use discrete for discrete datasets, and stream for stream data. Defaults to `stream`. |
7575

7676
### 4.2.2 Methods
77-
| Method | Description | Parameters |
77+
| Method | Description |
7878
| --- | --- |
7979
| init_plot(self) | Initialize the plot |
8080
| update_plot_labes(self) | Generate the plot labels |

0 commit comments

Comments
 (0)