Skip to content

Commit a7505ae

Browse files
✨ Migrate from MatPlotLib to PyQtGraph to plot data (#94)
Co-authored-by: Giulio Romualdi <[email protected]>
1 parent 4399dcb commit a7505ae

File tree

6 files changed

+281
-276
lines changed

6 files changed

+281
-276
lines changed

robot_log_visualizer/plotter/color_palette.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ def __next__(self):
3434
self.current_index += 1
3535

3636
return color
37+
38+
def __call__(self, index):
39+
return self.get_color(index)

robot_log_visualizer/plotter/matplotlib_viewer_canvas.py

Lines changed: 0 additions & 273 deletions
This file was deleted.

0 commit comments

Comments
 (0)