# Zoomable and pannable plots (in a separate window)? (Atom/MacOS)

**URL:** https://discourse.julialang.org/t/zoomable-and-pannable-plots-in-a-separate-window-atom-macos/34352
**Category:** General Usage
**Created:** [February 8, 2020, 5:29pm UTC](https://discourse.julialang.org/t/zoomable-and-pannable-plots-in-a-separate-window-atom-macos/34352 "2020-02-08T17:29:54Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![EHBaozi](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ehbaozi/32/14854_2.png) [@EHBaozi](https://discourse.julialang.org/u/EHBaozi)
#### Post date: [February 8, 2020, 7:31pm UTC](https://discourse.julialang.org/t/zoomable-and-pannable-plots-in-a-separate-window-atom-macos/34352/8 "2020-02-08T19:31:54Z")

</div>

It is indeed JIT compilation latency, and currently there is no good way to avoid that. (You can start julia with `julia --compile=min` to get rid of much of the latency but then you won’t get the performance of JIT compiled code and that particular commandline option often has weird behavior from my experience.)

The whole issue of JIT latency has been extensively discussed elsewhere (see [here](https://discourse.julialang.org/t/compiler-work-priorities/17623) and [here](https://discourse.julialang.org/t/roadmap-for-a-faster-time-to-first-plot/22956) for example).

---

_[View the full topic](https://discourse.julialang.org/t/zoomable-and-pannable-plots-in-a-separate-window-atom-macos/34352)._
