Compare two revisions of: JSX Visualization Text and Canvases

... ... @@ -175,7 +175,7 @@ The size and ranges of the canvas are set with the top four commands in the prev
175 175 About the commands:
176 176 * `\plotSize{width,height}`: Sets the maximal size of the canvas. If the screen is to small, the canvas
177 177 will shrink automatically,
178 -* `\plotX`, `plotY` and `plotZ`: ranges for the x-axis, y-axis and z-axis, respectively, given by lower bound and upper bound,
178 +* `\plotX`, `\plotY` and `\plotZ`: ranges for the x-axis, y-axis and z-axis, respectively, given by lower bound and upper bound in the form `\plotX{lowerbound,upperbound}` (see [example above](#setting-up-canvases)).
179 179
180 180 ## Plotting objects, coordinate systems etc.
181 181
182 182