# Dynamic tick labels

**URL:** https://discourse.julialang.org/t/dynamic-tick-labels/79802
**Category:** General Usage
**Tags:** pyplot, plots, plotlyjs, inspectdr
**Created:** [April 21, 2022, 9:17pm UTC](https://discourse.julialang.org/t/dynamic-tick-labels/79802 "2022-04-21T21:17:06Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![rafael.guerra](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rafael.guerra/32/216610_2.png) [@rafael.guerra](https://discourse.julialang.org/u/rafael.guerra)
#### Post date: [April 21, 2022, 10:12pm UTC](https://discourse.julialang.org/t/dynamic-tick-labels/79802/2 "2022-04-21T22:12:57Z")

</div>

See solution [here](https://discourse.julialang.org/t/automatic-adjustment-of-ticks-when-zooming-with-plots-jl/5055/4). For instance, using the `pyplot()` backend:

```julia
using Plots; pyplot()
plot(sind.(1:360), ticks=:native)

```

This also works for the other interactive backends: `plotly()`, `plotlyjs()` or `inspectdr()`

---

_[View the full topic](https://discourse.julialang.org/t/dynamic-tick-labels/79802)._
