Open ocramz opened 3 months ago
Hi, @ocramz! Thanks for reporting this.
The duplication you're seeing is due to how collect
and cover
interact. Your idea to aggregate results and display them at the end makes sense and could clean up the output.
Would you be interested in helping with a patch, or do you have any other thoughts?
Thanks @moodmosaic for the feedback! I'll look into submitting a patch, time permitting.
Hi! I'm using
collect
in aProperty
, together withcover
. The scale bar produced bycover
is duplicated at each invocation ofcollect
, producing that little artifact you can see at the end of the example.I was wondering if it wouldn't be better to .. collect all examples somewhere like in an IORef and visualize them at the end of the run instead.