-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
Aspect Ratio Not Working [BUG] #4201
Comments
If you compare it to the version without |
I would expect the squares on the grid are square instead of rectangular.
…On Thu, May 12, 2022, 9:56 AM Simon Christ ***@***.***> wrote:
If you compare it to the version without aspect_ratio = 1 you will see a
difference. What is the output you would expect instead?
—
Reply to this email directly, view it on GitHub
<#4201 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADRQXSRBIEZMN3DKWHSOHI3VJUZ5NANCNFSM5VQ2RBUQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
If you take into account that you have twice the ticks on the y axis than on the x axis they are square. |
Oh I'm sorry you're right this is silly of me. The grid is not square and that threw me off.
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Simon Christ ***@***.***>
Sent: Thursday, May 12, 2022 11:19:36 AM
To: JuliaPlots/Plots.jl ***@***.***>
Cc: Chelsea Rose Sidrane ***@***.***>; Author ***@***.***>
Subject: Re: [JuliaPlots/Plots.jl] Aspect Ratio Not Working [BUG] (Issue #4201)
If you take into account that you have twice the ticks on the y axis than on the x axis they are square.
—
Reply to this email directly, view it on GitHub<#4201 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADRQXSRMSE3RACJLDKDMAR3VJVDTRANCNFSM5VQ2RBUQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
This does not seem to work on my setup.
I can pass any number as well as ..follow up. more testing with the same setup, now confirms that it does work. ..2nd follow up. The problem is back again. |
Details
I am trying to use
aspect_ratio=:equal
but it doesn't seem to be doing anything ...?Code:
or
Result:
Backends
Plotly and GR
This bug occurs on ( insert
x
below )Versions
Plots.jl version: [91a5bcdd] Plots v1.29.0
Backend version (
]st -m <backend(s)>
):[28b8d3ca] GR v0.64.2
Can't find plotly version
Output of
versioninfo()
:Julia Version 1.6.1
Commit 6aaedecc44 (2021-04-23 05:59 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: AMD Ryzen 7 4800H with Radeon Graphics
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.0.1 (ORCJIT, znver2)
The text was updated successfully, but these errors were encountered: