GR.jl
GR.jl copied to clipboard
Crash on long legend entries
This crashes Julia:
using Random, GR
legend(randstring(1000))
plot(rand(4))
(originally, my program crashed by incorrectly using a plot recipe which created a long label).
I am currently out of office and will check this next week.