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 might be two different bugs, but they all appeared at roughly the same time.
First, GR gives plotting errors when using strings with latex in them.
julia> using Plots julia> plot([1,2],title = "test \$\\alpha\$") GKS: Rectangle definition is invalid in routine SET_VIEWPORT
The following crashes the REPL, it appeared after I installed StatsPlots, but has persisted with a reinstall of Plots and removal of StatsPlots.
julia> using Plots julia> pyplot() Plots.PyPlotBackend() julia> plot([1,1])
VScode outputs
The terminal process terminated with exit code: 3221225477
This bug occurs on ( insert x below )
x
Plots.jl version: v1.3.0 Backend version: PyPlot v2.9.0, not sure how to get GR version Output of versioninfo():
versioninfo()
Julia Version 1.4.1 Commit 381693d3df* (2020-04-14 17:20 UTC) Platform Info: OS: Windows (x86_64-w64-mingw32) CPU: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, skylake) Environment: JULIA_EDITOR = "C:\Users\peter\AppData\Local\Programs\Microsoft VS Code\Code.exe" JULIA_NUM_THREADS = 4
The text was updated successfully, but these errors were encountered:
I can't reproduce the PyPlot crash in the REPL, so might be an iteraction with VSCode
Sorry, something went wrong.
No branches or pull requests
This might be two different bugs, but they all appeared at roughly the same time.
First, GR gives plotting errors when using strings with latex in them.
The following crashes the REPL, it appeared after I installed StatsPlots, but has persisted with a reinstall of Plots and removal of StatsPlots.
VScode outputs
Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version: v1.3.0
Backend version: PyPlot v2.9.0, not sure how to get GR version
Output of
versioninfo()
:The text was updated successfully, but these errors were encountered: