piccolo

Draw Gaussian curve in Java

I'm coding an interactive applet with Piccolo and I need to include a Gaussian curve (aka Normal distribution chart) inside it. I imagine any kind of Java implementation would be enough, but I can't find any. Ideally, I'd like to pass a set of values and have the chart drawn in a panel, an image object or anything that can be embedded ...

C# Piccolo ZUI - Squiggles only when CTRL wiggles?

I am using the Piccolo 2D ZUI library in a C# Winform application. One of the examples that the library shows is adding a squiggle (line drawing) handler to the canvas. The problem is that if you enable the squiggle handler and allow canvas dragging then both events occur at the same time. What I would like to do is inherit the PDr...