Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fa78376

Browse filesBrowse files
committed
🔪 debug cruft
1 parent 4002fc1 commit fa78376
Copy full SHA for fa78376

File tree

1 file changed

+0
-2
lines changed
Filter options

1 file changed

+0
-2
lines changed

‎src/plots/cartesian/dragbox.js

Copy file name to clipboardExpand all lines: src/plots/cartesian/dragbox.js
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,8 +735,6 @@ module.exports = function dragBox(gd, plotinfo, x, y, w, h, ns, ew) {
735735
var plotDx = xa2._offset - clipDx / xScaleFactor2,
736736
plotDy = ya2._offset - clipDy / yScaleFactor2;
737737

738-
// console.log(subplot.id, editX2, editY2, xScaleFactor2, yScaleFactor2, clipDx, clipDy, plotDx, plotDy);
739-
740738
fullLayout._defs.selectAll('#' + subplot.clipId)
741739
.call(Drawing.setTranslate, clipDx, clipDy)
742740
.call(Drawing.setScale, xScaleFactor2, yScaleFactor2);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.