Merge pull request #411 from bachandi/legend_alignment_fixes

Fix legend alignment in nvidiagpu and amdgpu.
This commit is contained in:
Jordi Sanfeliu 2022-03-11 10:55:00 +01:00 committed by GitHub
commit 3893da5072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

View File

@ -478,10 +478,10 @@ sub amdgpu_cgi {
"%4.2lf%s", "%4.2lf%s",
"%5.0lf%s", "%5.0lf%s",
"%5.0lf%s", "%5.0lf%s",
"%3.1lf%%", "%5.1lf%%",
"%3.1lf", "%5.1lf",
"%3.1lf", "%5.1lf",
"%3.1lf" "%5.1lf"
); );
my @graphs_per_plot = (7, 8, 10, 9, [5, 6], 0, 1, 2, 3, 4); # To rearange the graphs my @graphs_per_plot = (7, 8, 10, 9, [5, 6], 0, 1, 2, 3, 4); # To rearange the graphs

View File

@ -444,13 +444,13 @@ sub nvidiagpu_cgi {
"%4.2lf%s", "%4.2lf%s",
"%3.0lf%%", "%3.0lf%%",
"%3.0lf%%", "%3.0lf%%",
"%3.1lf", "%5.1lf",
"%3.1lf", "%5.1lf",
"%3.1lf%%", "%5.1lf%%",
"%1.0lf", "%1.0lf",
"%5.0lf%s", "%5.0lf%s",
"%5.0lf%s", "%5.0lf%s",
"%3.1lf%%" "%5.1lf%%"
); );
my @graphs_per_plot = (6, 4, 5, 10, [8, 9], 2, 3, 0, 1, 7); # To rearange the graphs my @graphs_per_plot = (6, 4, 5, 10, [8, 9], 2, 3, 0, 1, 7); # To rearange the graphs