Skip to content
Snippets Groups Projects

More unified plots plus minor cleanups

Merged Oscar Gustafsson requested to merge plotcleanup into master
4 files
+ 48
32
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -319,7 +319,9 @@ class SchedulerItem(SchedulerEvent, QGraphicsItemGroup):
op_item = self._operation_items[graph_id]
op_item.setPos(
self._x_axis_indent + self.schedule.start_times[graph_id],
self.schedule._get_y_position(graph_id, OPERATION_HEIGHT, OPERATION_GAP),
self.schedule._get_y_plot_location(
graph_id, OPERATION_HEIGHT, OPERATION_GAP
),
)
def _redraw_from_start(self) -> None:
Loading