# \#inspectdr

**URL:** https://discourse.julialang.org/tag/inspectdr/1011.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Makie - Optimal way of drawing milions of data points](https://discourse.julialang.org/t/makie-optimal-way-of-drawing-milions-of-data-points/78748)

<div class="topic-metadata">

**Author:** [@mkoculak](https://discourse.julialang.org/u/mkoculak)\
**Replies:** 13\
**Last updated:** [October 17, 2022, 1:42am UTC](https://discourse.julialang.org/t/makie-optimal-way-of-drawing-milions-of-data-points/78748 "2022-10-17T01:42:13Z")

</div>

Hi, first of all, big thanks to authors and contributors of Makie! This is the package that dragged me into Julia and it works so well for my use cases, that it feels illegal. :slight\_smile: I am working with long tim…

---

## [Plot window appears in background](https://discourse.julialang.org/t/plot-window-appears-in-background/82293)

<div class="topic-metadata">

**Author:** [@ufechner7](https://discourse.julialang.org/u/ufechner7)\
**Replies:** 6\
**Last updated:** [August 14, 2022, 2:58pm UTC](https://discourse.julialang.org/t/plot-window-appears-in-background/82293 "2022-08-14T14:58:08Z")

</div>

I am already pretty happy with InspectDR. Can be tuned to be beautiful. One more question: If I run the following script once all works fine: using Plots; inspectdr() InspectDR.defaults.xaxiscontrol\_visible = false x …

---

## [How to change window size of InspectDR](https://discourse.julialang.org/t/how-to-change-window-size-of-inspectdr/82268)

<div class="topic-metadata">

**Author:** [@ufechner7](https://discourse.julialang.org/u/ufechner7)\
**Replies:** 9\
**Last updated:** [June 25, 2022, 4:48pm UTC](https://discourse.julialang.org/t/how-to-change-window-size-of-inspectdr/82268 "2022-06-25T16:48:48Z")

</div>

I am not able to change the size of the plot window. Example code: using Plots; inspectdr() x=0:0.05:100 y1=sin.(x) p1 = plot(x,y1, size=(1200,700), legend=false) display(p1); The size is always small, about 640x480.…

---

## [Recording mouse position coordinates in plots?](https://discourse.julialang.org/t/recording-mouse-position-coordinates-in-plots/28848)

<div class="topic-metadata">

**Author:** [@davide](https://discourse.julialang.org/u/davide)\
**Replies:** 16\
**Last updated:** [April 26, 2022, 4:56am UTC](https://discourse.julialang.org/t/recording-mouse-position-coordinates-in-plots/28848 "2022-04-26T04:56:50Z")

</div>

Is there a way to click on a plot and have the coordinates at the pointer recorded (read)? (E.g. like, in R, the locator() function). I mostly use Plots.jl but I may use a different package (and I would prefer interact…

---

## [Dynamic tick labels](https://discourse.julialang.org/t/dynamic-tick-labels/79802)

<div class="topic-metadata">

**Author:** [@chadagreene](https://discourse.julialang.org/u/chadagreene)\
**Replies:** 2\
**Last updated:** [April 21, 2022, 10:34pm UTC](https://discourse.julialang.org/t/dynamic-tick-labels/79802 "2022-04-21T22:34:31Z")

</div>

I have a simple plot like this: using Plots plot(sind.(1:360)) It looks good by default, but when I use the pan and zoom tools to explore the plot, the x and y tick labels don’t automatically update with the changing …

---

## [How to interact til an inspectDR plot](https://discourse.julialang.org/t/how-to-interact-til-an-inspectdr-plot/59024)

<div class="topic-metadata">

**Author:** [@TheLateKronos](https://discourse.julialang.org/u/TheLateKronos)\
**Replies:** 6\
**Last updated:** [April 14, 2021, 5:04am UTC](https://discourse.julialang.org/t/how-to-interact-til-an-inspectdr-plot/59024 "2021-04-14T05:04:59Z")

</div>

Tagging @MA\_Laforge I have just discovered inspectDR, and it looks PERFECT for my needs - quick and interactive plotting for learning. It feels quick and snappy, and looks pretty good. The functionality of finding slop…

---

## [Add tag with coordinates to plot in Plots.jl](https://discourse.julialang.org/t/add-tag-with-coordinates-to-plot-in-plots-jl/58972)

<div class="topic-metadata">

**Author:** [@achjaj](https://discourse.julialang.org/u/achjaj)\
**Replies:** 4\
**Last updated:** [April 11, 2021, 12:02am UTC](https://discourse.julialang.org/t/add-tag-with-coordinates-to-plot-in-plots-jl/58972 "2021-04-11T00:02:18Z")

</div>

I have a plot with intersecting lines: And I would like to add a tag or pointer which point to the intersection and display the coordinates of the intersection. Something like this: I know the coordinates of the in…

---

## [Automatic adjustment of ticks when zooming with Plots.jl](https://discourse.julialang.org/t/automatic-adjustment-of-ticks-when-zooming-with-plots-jl/5055)

<div class="topic-metadata">

**Author:** [@mzaffalon](https://discourse.julialang.org/u/mzaffalon)\
**Replies:** 3\
**Last updated:** [February 13, 2021, 4:07pm UTC](https://discourse.julialang.org/t/automatic-adjustment-of-ticks-when-zooming-with-plots-jl/5055 "2021-02-13T16:07:19Z")

</div>

In Plots.jl using pyplot as the backend, when I zoom in the plot using the pan/zoom button, the axes ticks are not automatically adjusted as PyPlot, nor the x,y coordinates at the bottom left of the plot window are displ…

---

## [How to plot very large numbers of points and save the figures with small latencies for raw audio images?](https://discourse.julialang.org/t/how-to-plot-very-large-numbers-of-points-and-save-the-figures-with-small-latencies-for-raw-audio-images/30597)

<div class="topic-metadata">

**Author:** [@mantzaris](https://discourse.julialang.org/u/mantzaris)\
**Replies:** 17\
**Last updated:** [March 21, 2020, 3:46pm UTC](https://discourse.julialang.org/t/how-to-plot-very-large-numbers-of-points-and-save-the-figures-with-small-latencies-for-raw-audio-images/30597 "2020-03-21T15:46:52Z")

</div>

I want to plot the raw signal data from audio data that is sampled at the standard 44Kbps but there is a challenge if the signal is taken for a very long time; eg. 3 hrs of signal. There is then considerable latency in t…

---

## [Realtime plotting](https://discourse.julialang.org/t/realtime-plotting/15638)

<div class="topic-metadata">

**Author:** [@ufechner7](https://discourse.julialang.org/u/ufechner7)\
**Replies:** 9\
**Last updated:** [February 19, 2020, 9:39pm UTC](https://discourse.julialang.org/t/realtime-plotting/15638 "2020-02-19T21:39:15Z")

</div>

Hello, I want to plot real-time flight control data to get a better and faster understanding of the performance of our flight controllers. The incoming data stream might be decoded in a C-function (because it already e…

---

## [Subplots without gap between them](https://discourse.julialang.org/t/subplots-without-gap-between-them/27491)

<div class="topic-metadata">

**Author:** [@Topias\_Karjalainen](https://discourse.julialang.org/u/Topias_Karjalainen)\
**Replies:** 3\
**Last updated:** [September 3, 2019, 10:06am UTC](https://discourse.julialang.org/t/subplots-without-gap-between-them/27491 "2019-09-03T10:06:33Z")

</div>

Hi! I’m trying to create a plotting package for plotting financial data (as an exercise, and as a tool that I need). For it to look like I want it to look, I need to plot a subplot for indicators under the main plot tha…

---

## [How to close InspectDR plot window or update it?](https://discourse.julialang.org/t/how-to-close-inspectdr-plot-window-or-update-it/25787)

<div class="topic-metadata">

**Author:** [@Iulian.Cioarca](https://discourse.julialang.org/u/Iulian.Cioarca)\
**Replies:** 8\
**Last updated:** [July 9, 2019, 3:55pm UTC](https://discourse.julialang.org/t/how-to-close-inspectdr-plot-window-or-update-it/25787 "2019-07-09T15:55:56Z")

</div>

Hi, Sorry for the noob question, but I searched through some documentation and examples of InspectDR and could not figure out how to close a plot window. Can someone point me in the right direction, please? I’m sure I m…

---

## [Strange things with plots, InspectDR](https://discourse.julialang.org/t/strange-things-with-plots-inspectdr/4937)

<div class="topic-metadata">

**Author:** [@Juan](https://discourse.julialang.org/u/Juan)\
**Replies:** 4\
**Last updated:** [July 21, 2017, 9:48pm UTC](https://discourse.julialang.org/t/strange-things-with-plots-inspectdr/4937 "2017-07-21T21:48:23Z")

</div>

Hi. I’m trying Plots.jl with several fast frameworks such as as GR and InspectDR. When I run this code using Plots inspectdr() plot(1:100,rand(100)) As you can see the Y-axis doesn’t show the numbers properly, in …
