We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fca567 commit edabea0Copy full SHA for edabea0
plotly/plotlyfig_aux/handlegraphics/updateLineseries.m
@@ -75,7 +75,7 @@ function updateLineseries(obj,plotIndex)
75
end
76
77
%-if polar ezplot or not-%
78
-if abs(x(1)-x(end))<1e-10 && abs(y(1)-y(end))<1e-10
+if abs(x(1)-x(end))<1e-5 && abs(y(1)-y(end))<1e-5
79
ispolar = true;
80
81
0 commit comments