carneades / carneades-4

Version 4 of Carneades, implemented in Go
https://carneades.github.io/
Other
48 stars 13 forks source link

Formatting statements in argument maps #7

Closed tfgordon closed 8 years ago

tfgordon commented 8 years ago

Statements are currently displayed on a single line and do not always fit instead of the statement boxes in the generated arguments when using GrapML. (In DOT, the size of the boxes is automatically adjusted to the size of the text, but the text is not broken into shorter lines.)

The task here is to reformat the text, using line breaks, to some maximum line length and to have the size of the boxes to adjust automatically to fit the size of the text, in both GraphML and DOT output formats.

tfgordon commented 8 years ago

fixed