Compare two revisions of: JSX Visualization Color, Label and further Stylings

... ... @@ -150,7 +150,7 @@ Example:
150 150 \end{variables}
151 151
152 152 \vectorForm{p}{bcolumn} % sets square brackets for p and displays p as a column vector
153 -\vectorForm{q}{prow} % sets parentheses for q and displays w as a row vector
153 +\vectorForm{q}{prow} % sets parentheses for q and displays q as a row vector
154 154 ```
155 155 For matrices, only the desired representation of the brackets is taken into account. The specification of column or row has no influence on the display here. The option **bcolumn** therefore has the same effect as **brow**.
156 156
157 157