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
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
The text was updated successfully, but these errors were encountered:
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")
Sorry, something went wrong.
No branches or pull requests
I need to graph with
and I need to see like a square but I only can get a rectangle like the image
The text was updated successfully, but these errors were encountered: