Browse design patterns with relevant examples.
<%mode_main.curr_pattern.Definition%>
<%article.desc%>
Explore design strategies for your design problem for responsive visualization.
Constraints can be interpreted in two ways.
(1) A constraint must be satisfied to apply the strategy.
(2) A constraint describes when the strategy is preferred.
Loss means what can be lost (or changed) by applying a Strategy.
It is effective for you to compare your purpose of visualization with Losses.
Compensations refers to methods that you may want to consider adding to the
Strategy while addressing Loss.
<%mode_by_problem.detail.Desc%>
<%mode_by_problem.detail.Constraints%>
<%loss.Name%>
<% (loss.Desc ? loss.Desc : "" ) %>
<%mode_pattern_detail.curr_pattern.Definition%>