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

[BUG] #3372

Closed
aramirezreyes opened this issue Mar 24, 2021 · 1 comment
Closed

[BUG] #3372

aramirezreyes opened this issue Mar 24, 2021 · 1 comment
Labels

Comments

@aramirezreyes
Copy link

aramirezreyes commented Mar 24, 2021

Details

Issue shown in Slack thread:

This piece of code used to work in 1.10.6 but it no longer works on 1.11.0

julia> using Plots; gr()
julia> x = collect(1:3)
julia> all_nan = [NaN, NaN, NaN]
julia> plot(x, all_nan)

I may be related to this pull request.
#3320

It seems like a weird use case but I think it can count as a breaking change?

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.11.0
Backend version (]st -m):
GR v0.55.0
PlotlyJS v0.14.1

Output of versioninfo():
versioninfo()
Julia Version 1.5.1
Commit 697e782ab8 (2020-08-25 20:08 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin19.5.0)
CPU: Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, skylake)
Environment:
JULIA_EDITOR = /Applications/Emacs.app/Contents/MacOS/Emacs "$@"

@yha
Copy link
Member

yha commented Aug 13, 2021

Fixed a while ago by #3468

@yha yha closed this as completed Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants