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

PGFPlotsX bug in Polar plot with argument fill[BUG] #3266

Closed
Kelvyn88 opened this issue Jan 31, 2021 · 1 comment · Fixed by #4703
Closed

PGFPlotsX bug in Polar plot with argument fill[BUG] #3266

Kelvyn88 opened this issue Jan 31, 2021 · 1 comment · Fixed by #4703

Comments

@Kelvyn88
Copy link

Details

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))

Backends

This bug occurs on ( insert x below )

Backend yes no untested
gr (default) x
pyplot x
plotly x
plotlyjs x
pgfplotsx x
inspectdr x

Versions

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)

@Kelvyn88 Kelvyn88 added the bug label Jan 31, 2021
@Kelvyn88
Copy link
Author

With gr():
image

With pyplot():
image

With pgfplotsx():
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants