MCPcopy Create free account
hub / github.com/REditorSupport/vscode-R / zoomOut

Method zoomOut

src/plotViewer/index.ts:514–519  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

512 }
513
514 public zoomOut(): void {
515 if (this.zoom > 0) {
516 this.zoom -= 0.1;
517 void this.resizePlot();
518 }
519 }
520
521 public zoomIn(): void {
522 this.zoom += 0.1;

Callers 1

handleCommandMethod · 0.80

Calls 1

resizePlotMethod · 0.95

Tested by

no test coverage detected