Skip to content

Commit cacf161

Browse files
committed
increase the size of infinity
1 parent cb1b4b4 commit cacf161

File tree

9 files changed

+1
-1
lines changed

9 files changed

+1
-1
lines changed

src/plots/polar/polar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ proto.updateAngularAxis = function(fullLayout, polarLayout) {
693693

694694
if(isSmith) {
695695
vals[0].text = '∞';
696-
vals[0].fontSize *= 1.5;
696+
vals[0].fontSize *= 1.75;
697697
}
698698

699699
// angle of polygon vertices in geometric radians (null means circles)

test/image/baselines/smith_basic.png

29 Bytes
Loading

test/image/baselines/smith_blank.png

70 Bytes
Loading

test/image/baselines/smith_fills.png

45 Bytes
Loading

test/image/baselines/smith_gaps.png

66 Bytes
Loading

test/image/baselines/smith_modes.png

58 Bytes
Loading
43 Bytes
Loading
105 Bytes
Loading
28 Bytes
Loading

0 commit comments

Comments
 (0)