jmoenig / Snap

a visual programming language inspired by Scratch
http://snap.berkeley.edu
GNU Affero General Public License v3.0
1.51k stars 748 forks source link

PLOT block issues #3250

Open maryfries opened 1 year ago

maryfries commented 1 year ago

In this project, PLOT does this if I run it more than once:

image
jmoenig commented 1 year ago

Hi Mary, can you tell me which library this version of plot is from? Thanks!

maryfries commented 1 year ago

I'm assuming "Bar Charts" per BJC 5.3.4. I'll ask Michelle to respond.

DarDoro commented 1 year ago

It seems to be a failed attempt to preserve stage's pen trails. There is a slightly modified version of the "plot". Or, you can clear the stage between consecutive plots. Over-plotting makes the stage blurry anyway.

maryfries commented 1 year ago

As an aside, is there any way to search for a block within a script (as you might do in a text-based language)? I just found myself wanting to see where pen trails was used in plot bar chart after being defined.