We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example:
using Plots x = collect(1:100) y = rand(100) plot(x,y, aspect_ratio=1)
From discourse, @mkborregaard said:
BTW I think it’s a bug that Plots adjusts the image size by the aspect_ratio. It should use aspect_ratio to redefine the x and y lims
May affect JuliaPlots/StatsPlots.jl#230
The text was updated successfully, but these errors were encountered:
This was already fixed in #2061
Sorry, something went wrong.
oops, sorry!
No branches or pull requests
Example:
From discourse, @mkborregaard said:
May affect JuliaPlots/StatsPlots.jl#230
The text was updated successfully, but these errors were encountered: