You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Perhaps as a matrix? This is supported by PlantUML...
The text was updated successfully, but these errors were encountered: