aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_plots.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/presentation/generator_plots.py')
-rw-r--r--resources/tools/presentation/generator_plots.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py
index 88af4a4665..7298babe53 100644
--- a/resources/tools/presentation/generator_plots.py
+++ b/resources/tools/presentation/generator_plots.py
@@ -398,10 +398,7 @@ def plot_hdrh_lat_by_percentile_x_log(plot, input_data):
)
layout[u"title"][u"text"] = f"<b>Latency:</b> {name}"
- layout[u"xaxis"][u"range"] = [0, 5]
- # layout[u"xaxis"][u"range"] = [
- # 0, round(log(100.0 / (100.0 - PERCENTILE_MAX), 10))
- # ]
+ layout[u"xaxis"][u"range"] = [0, 5.302]
fig.update_layout(layout)
# Create plot