Tagged Questions
Piccolo2d (http://www.piccolo2d.org) is a toolkit that supports the development of 2D structured graphics programs, in general, and Zoomable User Interfaces (ZUI), in particular.
2
votes
2answers
291 views
Interactive Python Network/Graph Modeling
I'm looking for a python library that will allow me to interactively draw networks and graphs and attach data to nodes and edges.
I have found two libraries for Java that seem to do what I need: JUNG ...
2
votes
2answers
2k views
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 ...
1
vote
2answers
181 views
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 ...