Hi,
I discovered an issue with y-axis units and the legends in line plot for bandwidth logs.
There is a misplaced append happening in the for loop where values are scaled.
The same dictionary gets pushed in the list twice for each op type (essentially twice for read and write).
Fixed it by moving the append to the correct level in the loop.
Hi, I discovered an issue with y-axis units and the legends in line plot for bandwidth logs. There is a misplaced append happening in the for loop where values are scaled. The same dictionary gets pushed in the list twice for each op type (essentially twice for read and write).
Fixed it by moving the append to the correct level in the loop.