We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec094f commit ad44f97Copy full SHA for ad44f97
1 file changed
cypress/e2e/visualRegressions.cy.ts
@@ -15,7 +15,7 @@ const FIGURES_DATA = [
15
{ name: "parallelplot", data: parallelPlotData, threshold: 0.05 },
16
{ name: "plotscatter", data: plotScatterData, threshold: 0.05 },
17
{ name: "primitivegroupcontainer", data: primitiveGroupContainerData, threshold: 0.05 },
18
- { name: "scattermatrix", data: scattermatrixData, threshold: 0.07 },
+ { name: "scattermatrix", data: scattermatrixData, threshold: 0.08 },
19
{ name: "simpleshapes", data: simpleshapesData, threshold: 0.05 },
20
{ name: "textscaling", data: textscalingData, threshold: 0.05 },
21
{ name: "multiplot", data: multiplotData, threshold: 0.05 }
0 commit comments