LinearBreaksHelper$Companion.computeNiceBreaks
out of memory error
#105
Milestone
LinearBreaksHelper$Companion.computeNiceBreaks
out of memory error
#105
Hi, I've created a plot using following code:
Unfortunately, when trying to save it to PNG file using following code:
ggsave(plot, "p1.png")
I've got following error:
The direct reason of error is probably the fact that in
LinearBreaksHelper$Companion.computeNiceBreaks
functionstep
has such a small value thattick
s value is never getting higher, so the program never exits thewhile
loop.The text was updated successfully, but these errors were encountered: