User:Marcus.hanwell: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(Do we have graphviz?) |
(Testing) |
||
Line 1: | Line 1: | ||
digraph UML { | |||
vtkChart | |||
vtkPlot | |||
vtkAxis | |||
vtkPlot -> vtkChart | |||
} | |||
<graphviz renderer='neato' caption='Hello Neato'> | <graphviz renderer='neato' caption='Hello Neato'> | ||
graph G { | graph G { |
Revision as of 17:17, 20 October 2009
digraph UML {
vtkChart vtkPlot vtkAxis
vtkPlot -> vtkChart
}