2

I'm looking for a Javascript package that will help me write category theory diagrams. Basically, creating dots with labels and arrows between the dots (where more than one arrow can connect two dots and a dot can be connected to itself). Plus, the ability to specify line types (solid / dashed).

Specifically, I want something that will automatically layout the elements for me.

I saw canviz but apparently it requires graphviz to prerender the diagrams. I also saw dracula, but apparently it can't draw arcs from a node to itself.

IttayD
  • 28,271
  • 28
  • 124
  • 178
  • Possible dupe: http://stackoverflow.com/questions/7034/graph-visualization-code-in-javascript – serg Jul 17 '11 at 07:50
  • I saw these before and looked at all suggestions, but non seemed to fit. Maybe someone more familiar with them can outline how they can be used for my needs (specifically, arrows from a node to itself seems to be missing) – IttayD Jul 17 '11 at 12:32

1 Answers1

1

Maybe infovis or protovis? See also this question for some other graph rendering possibilities.

hth.

Community
  • 1
  • 1
sfinnie
  • 9,854
  • 1
  • 38
  • 44