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

Theme :dao + twinx() gives wrong 2nd y-axis position #71

Open
consumere opened this issue Nov 22, 2023 · 0 comments
Open

Theme :dao + twinx() gives wrong 2nd y-axis position #71

consumere opened this issue Nov 22, 2023 · 0 comments

Comments

@consumere
Copy link

consumere commented Nov 22, 2023

Hej.
It seems that :dao has a wrong indentation for the position on 2nd y-axis.
using this example:

theme(:dao) a,b = rand(120),rand(120); plot(a,legend=false, yflip=true,tick_direction = :out,ylabel="B [mm]"); twinx(); plot!(b,ylabel="B [mm]")

dao_twinx
switching to :default i get the desired result:

def_twinx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant