Skip to content

Commit

Permalink
Matrix: fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-donarise committed Jun 9, 2024
1 parent d65efb8 commit 2dae6f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plot/matrix/matrix.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ $mpds_visavis_plot_matrix $mol_view
<= X_op_label $mol_labeler
title \X joint sort operator
Content <= X_op $mol_select
value? <=> x_op_str?
value? <=> x_op_str? \null
dictionary <= op_dict *
null \none
diff \diff
Expand All @@ -102,5 +102,5 @@ $mpds_visavis_plot_matrix $mol_view
<= Y_op_label $mol_labeler
title \Y joint sort operator
Content <= Y_op $mol_select
value? <=> y_op_str?
value? <=> y_op_str? \null
dictionary <= op_dict

0 comments on commit 2dae6f9

Please sign in to comment.