Visualisation for correspondence models
anthonyanjorin opened this issue · 1 comments
anthonyanjorin commented
Perhaps as a matrix? This is supported by PlantUML...
anthonyanjorin commented
Any progress on this issue? Have you found out what a correspondence model is? Any ideas on how to visualise it? As explained on http://plantuml.com/salt (section on advanced table) the code to generate for a tabular visualisation would look something like this:
@startsalt
{#
. | Column 2 | Column 3
Row header 1 | value 1 | value 2
Row header 2 | A long cell | *
}
@endsalt