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
The UnicodePlots backend might be having some trouble in the notebook.
I couldn't find an issue, so I thought I'd raise a new one. Could totally be just me though.
using Plots
unicodeplots()
plot(rand(10))
This gives me an SO error in a notebook, but produces a plot in the REPL (UnicodePlots.scatterplot(rand(10)) successfully produces something in the notebook).
The text was updated successfully, but these errors were encountered:
cc7768
changed the title
UnicodePlot Backend
UnicodePlot Backend in Jupyter Notebook
Oct 7, 2016
The
UnicodePlots
backend might be having some trouble in the notebook.I couldn't find an issue, so I thought I'd raise a new one. Could totally be just me though.
This gives me an SO error in a notebook, but produces a plot in the REPL (
UnicodePlots.scatterplot(rand(10))
successfully produces something in the notebook).The text was updated successfully, but these errors were encountered: