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
This commit is very important, because it fixes many line width problems.
The text was updated successfully, but these errors were encountered:
Hello! Indeed this issue is still present on the currently released version 0.3.0.
0.3.0
While the main branch has some nice commits and a version of 0.3.1.
0.3.1
Until this is released, for those that want to take advantage of the commits on main, you can add a patch to your Cargo.toml file like so:
patch
Cargo.toml
[patch.crates-io] plotters-canvas = { git = "https://github.com/plotters-rs/plotters-canvas.git", branch = "main" }
Its also possible to use rev instead of branch in order to target a specific commit.
rev
branch
Sorry, something went wrong.
No branches or pull requests
This commit is very important, because it fixes many line width problems.
The text was updated successfully, but these errors were encountered: