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 performed several experiments with the BifurcationKit.jl package and also generated some plots. However, after a certain moment, I was not able to plot anything more, all generated plots were blank windows with a title like GKS QtTerm(28). I recall the last successful plot had GKS QtTerm(12)!
I am obtaining such plots, with Julia 10.4.2, just typing
using Plots
plot(rand(5))
I updated to Julia 11.2 and receive the same.
I would appreciate any hint how to recover from this status.
The text was updated successfully, but these errors were encountered:
I performed several experiments with the
BifurcationKit.jl
package and also generated some plots. However, after a certain moment, I was not able to plot anything more, all generated plots were blank windows with a title likeGKS QtTerm(28)
. I recall the last successful plot hadGKS QtTerm(12)
!I am obtaining such plots, with Julia 10.4.2, just typing
I updated to Julia 11.2 and receive the same.
I would appreciate any hint how to recover from this status.
The text was updated successfully, but these errors were encountered: