File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ Creating a free and open source framework that contains the generic algorithms a
43
43
1 . [ Construction] ( docs/plots.md#421-parameters )
44
44
2 . [ Methods] ( docs/plots.md#422-returns )
45
45
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 )
48
48
5 . [ Timeseries] ( docs/timeseries.md )
49
49
1 . [ Initialize timeseries object] ( docs/timeseries.md#51-initialize-the-timeseries-object )
50
50
2 . [ Retrieve timeseries] ( docs/timeseries.md#521-retrieve-timeseries-object )
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ The `plot.waterfall.Waterfall` class can be used to generate waterfall plots.
74
74
| mode | String ` {discrete, stream} ` . The mode to operate on. Use discrete for discrete datasets, and stream for stream data. Defaults to ` stream ` . |
75
75
76
76
### 4.2.2 Methods
77
- | Method | Description | Parameters |
77
+ | Method | Description |
78
78
| --- | --- |
79
79
| init_plot(self) | Initialize the plot |
80
80
| update_plot_labes(self) | Generate the plot labels |
You can’t perform that action at this time.
0 commit comments