X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_plots.py;h=7298babe537f0b43a6e4fcabd5f9bbc03e3d6d20;hp=88af4a46657830040f2c16a7c01d80930037c027;hb=0c02e000ae58474120246c484cf5458a76510288;hpb=340c20a3f3908d832ad093349e1ccb14060e8035 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"Latency: {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