Skip to content

Commit c4f1edc

Browse files
committed
fixup doTicks docstring
1 parent 24b2912 commit c4f1edc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/plots/cartesian/axes.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,8 @@ axes.makeClipPaths = function(gd) {
15001500
});
15011501
};
15021502

1503-
/** Main multi-axis drawing routine!
1503+
/**
1504+
* Main multi-axis drawing routine!
15041505
*
15051506
* @param {DOM element} gd : graph div
15061507
* @param {string or array of strings} arg : polymorphic argument
@@ -1556,14 +1557,15 @@ axes.doTicks = function(gd, arg, skipTitle) {
15561557
}));
15571558
};
15581559

1559-
/** Per axis drawing routine!
1560+
/**
1561+
* Per-axis drawing routine!
15601562
*
15611563
* This routine draws axis ticks and much more (... grids, labels, title etc.)
15621564
* Supports multiple argument signatures.
15631565
* N.B. this thing is async in general (because of MathJax rendering)
15641566
*
15651567
* @param {DOM element} gd : graph div
1566-
* @param {string or array of strings} arg : polymorphic argument
1568+
* @param {string or object} arg : polymorphic argument
15671569
* @param {boolean} skipTitle : optional flag to skip axis title draw/update
15681570
* @return {promise}
15691571
*

0 commit comments

Comments
 (0)