Skip to content

Commit edabea0

Browse files
fix issue #244
1 parent 7fca567 commit edabea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotlyfig_aux/handlegraphics/updateLineseries.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function updateLineseries(obj,plotIndex)
7575
end
7676

7777
%-if polar ezplot or not-%
78-
if abs(x(1)-x(end))<1e-10 && abs(y(1)-y(end))<1e-10
78+
if abs(x(1)-x(end))<1e-5 && abs(y(1)-y(end))<1e-5
7979
ispolar = true;
8080
end
8181

0 commit comments

Comments
 (0)