From ff7edf01a584a237e02e354b3d84d70a97fbbc43 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 8 Jan 2020 10:41:50 +0100 Subject: [PATCH] PAL: Set y-axis for HDRHistogram Change-Id: Ibdee625d6d9215b18771a6348735dc6a07e9ae58 Signed-off-by: Tibor Frank --- resources/tools/presentation/specification.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index f2162280c6..187c38776d 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -1438,11 +1438,12 @@ size: 14 showarrow: False text: "Probability [%]" - x: 0 + textangle: 270 + x: -0.06 xanchor: "center" xref: "paper" - y: 1 - yanchor: "bottom" + y: 0.5 + yanchor: "middle" yref: "paper" - font: size: 14 -- 2.16.6