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

Can I get a graph with equal distances in both axis? #626

Open
inyerade opened this issue Jan 2, 2024 · 1 comment
Open

Can I get a graph with equal distances in both axis? #626

inyerade opened this issue Jan 2, 2024 · 1 comment

Comments

@inyerade
Copy link

inyerade commented Jan 2, 2024

I need to graph with

maximum_value = value
minimum_value = -value
maximum_x_value = value
minimum_x_value = -value

and I need to see like a square but I only can get a rectangle like the image

image

@Watson1978
Copy link
Collaborator

We do not support such graphs for now.

It may be possible to adjust the vertical and horizontal size of the canvas, like:

g = Gruff::Line.new("800x800")

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

2 participants