Skip to content

Commit 005bf3e

Browse files
committed
Remove default scale options
1 parent 376c894 commit 005bf3e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/node_modules/@stdlib/plot/hist/lib/defaults.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ function defaults() {
146146
// Number of x-axis tick marks:
147147
o.xNumTicks = 5;
148148

149-
// x-axis scale:
150-
o.xScale = 'linear';
151-
152149
// x-axis tick format:
153150
o.xTickFormat = null;
154151

@@ -167,9 +164,6 @@ function defaults() {
167164
// Number of y-axis tick marks:
168165
o.yNumTicks = 5;
169166

170-
// y-axis scale:
171-
o.yScale = 'linear';
172-
173167
// y-axis tick format:
174168
o.yTickFormat = null;
175169

0 commit comments

Comments
 (0)