Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions robot_log_visualizer/plotter/color_palette.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ def __next__(self):
self.current_index += 1

return color

def __call__(self, index):
return self.get_color(index)
273 changes: 0 additions & 273 deletions robot_log_visualizer/plotter/matplotlib_viewer_canvas.py

This file was deleted.

Loading