You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to plot an array using contour and it does not seem to plot all the contours, but contourf does.
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.20.1
Backend version (]st -m <backend(s)>):
Output of versioninfo():
Julia Version 1.6.0
Commit f9720dc2eb (2021-03-24 12:55 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Xeon(R) W-2295 CPU @ 3.00GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.0.1 (ORCJIT, cascadelake)
I have defined the following array:
A = [0.00.0156250.06250.1406250.250.3906250.56250.7656251.00.00.01562450.06249910.1406240.2499990.3906240.5624990.7656241.00.00.01561150.06247690.1405960.2499690.3905960.5624770.7656121.00.00.01541440.06213820.1401720.2495170.3901720.5621380.7654141.00.00.01366860.05908210.1363260.24540.3863050.5590390.7636051.00.00.00.04337910.1157570.2229580.3649830.5418320.7535041.00.00.00.00.05481460.1500010.2921130.481150.7171131.00.00.00.00.00.00.148880.3487690.6324751.00.00.00.00.00.00.06250.250.56251.00.00.00.00.00.00.148880.3487690.6324751.00.00.00.00.05481460.1500010.2921130.481150.7171131.00.00.00.04337910.1157570.2229580.3649830.5418320.7535041.00.00.01366860.05908210.1363260.24540.3863050.5590390.7636051.00.00.01541440.06213820.1401720.2495170.3901720.5621380.7654141.00.00.01561150.06247690.1405960.2499690.3905960.5624770.7656121.00.00.01562450.06249910.1406240.2499990.3906240.5624990.7656241.0]
When I try plotting plt = contour(A') I get the following plot entitled contour.png. It seems to be missing stuff at the top, which is included in the contourf version. Is this a bug?
The text was updated successfully, but these errors were encountered:
Details
I am trying to plot an array using
contour
and it does not seem to plot all the contours, butcontourf
does.Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version: v1.20.1
Backend version (
]st -m <backend(s)>
):Output of
versioninfo()
:Julia Version 1.6.0
Commit f9720dc2eb (2021-03-24 12:55 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Xeon(R) W-2295 CPU @ 3.00GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.0.1 (ORCJIT, cascadelake)
I have defined the following array:
When I try plotting
plt = contour(A')
I get the following plot entitledcontour.png
. It seems to be missing stuff at the top, which is included in thecontourf
version. Is this a bug?The text was updated successfully, but these errors were encountered: