Skip to content

Commit

Permalink
Fixed reversed labels on performance diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Jul 20, 2023
1 parent 4007b9d commit cbc2b54
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ const processDataPerformanceDiagram = function (
0,
1,
0,
" 0.125",
" 8.0",
"bottom right",
matsTypes.ReservedWords.constantBias
);
Expand All @@ -1278,7 +1278,7 @@ const processDataPerformanceDiagram = function (
0,
1,
0,
" 0.25",
" 4.0",
"bottom right",
matsTypes.ReservedWords.constantBias
);
Expand All @@ -1288,7 +1288,7 @@ const processDataPerformanceDiagram = function (
0,
1,
0,
" 0.5",
" 2.0",
"bottom right",
matsTypes.ReservedWords.constantBias
);
Expand All @@ -1308,7 +1308,7 @@ const processDataPerformanceDiagram = function (
0,
0.5,
0,
"2.0",
"0.5",
"bottom left",
matsTypes.ReservedWords.constantBias
);
Expand All @@ -1318,7 +1318,7 @@ const processDataPerformanceDiagram = function (
0,
0.25,
0,
"4.0",
"0.25",
"top left",
matsTypes.ReservedWords.constantBias
);
Expand All @@ -1328,7 +1328,7 @@ const processDataPerformanceDiagram = function (
0,
0.125,
0,
"8.0",
"0.125",
"top left",
matsTypes.ReservedWords.constantBias
);
Expand Down

0 comments on commit cbc2b54

Please sign in to comment.