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
Polar Plot does not fill the area with pgfplotsx().
angles = collect(range(0, 2π, length = 6)) radius = [10, 10, 10, 14, 19, 10] plot(angles, radius, proj = :polar, fill = (0, :orange, 0.5), lc=:orange, label = "Base Case 1", legend = :outertopright, ylim = (0,30), size=(500,450))
This bug occurs on ( insert x below )
x
Plots.jl version: v1.10.2 Backend version (]st -m): v1.2.10 Output of versioninfo(): Julia Version 1.5.3 Commit 788b2c77c1 (2020-11-09 13:37 UTC) Platform Info: OS: Windows (x86_64-w64-mingw32) CPU: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-9.0.1 (ORCJIT, skylake)
]st -m
versioninfo()
The text was updated successfully, but these errors were encountered:
With gr():
With pyplot():
With pgfplotsx():
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Details
Polar Plot does not fill the area with pgfplotsx().
Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version: v1.10.2
Backend version (
]st -m
): v1.2.10Output of
versioninfo()
:Julia Version 1.5.3
Commit 788b2c77c1 (2020-11-09 13:37 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, skylake)
The text was updated successfully, but these errors were encountered: