Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linkxaxes ignores units #4498

Open
feanor12 opened this issue Oct 17, 2024 · 0 comments
Open

linkxaxes ignores units #4498

feanor12 opened this issue Oct 17, 2024 · 0 comments
Labels
Axis related to `Axis()` objects bug Makie Backend independent issues (Makie core) units aka dim converts

Comments

@feanor12
Copy link

feanor12 commented Oct 17, 2024

using GLMakie
using Dates
fig = Figure()
ax1 = Axis(fig[1,1])
ax2 = Axis(fig[2,1])
linkxaxes!(ax1,ax2)
plot!(ax1,Millisecond.(1:100:10000),rand(100))
plot!(ax2,Millisecond.(1:1000000000:100000000000),rand(100))

Image

st -m Makie
[ee78f7c6] Makie v0.21.14

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 16 × AMD Ryzen 7 5700X 8-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 16 virtual cores)

@feanor12 feanor12 added the bug label Oct 17, 2024
@feanor12 feanor12 changed the title Linked axis ignore units linkxaxes ignores units Oct 17, 2024
@asinghvi17 asinghvi17 added the units aka dim converts label Oct 17, 2024
@ffreyer ffreyer added Makie Backend independent issues (Makie core) Axis related to `Axis()` objects labels Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Axis related to `Axis()` objects bug Makie Backend independent issues (Makie core) units aka dim converts
Projects
None yet
Development

No branches or pull requests

3 participants