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
Copy file name to clipboardExpand all lines: gnuplot/src/axes3d.rs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -73,11 +73,11 @@ impl Axes3D
73
73
///
74
74
/// #Arguments:
75
75
/// * `mat` - Row-major 2D array signifying the Z coordinate of the datapoints. The X and Y coordinates of the datapoints are determined automatically,
76
-
/// and optionally scaled using the `dimensions` argument.
76
+
/// and optionally scaled using the `dimensions` argument.
77
77
/// * `num_rows` - Number of rows in the data array
78
78
/// * `num_cols` - Number of columns in the data array
79
79
/// * `dimensions` - Optional X and Y coordinates of the first and last data points (with the rest of the coordinates spaced evenly between).
80
-
/// By default this will be `(0, 0)` and `(num_rows - 1, num_cols - 1)`.
80
+
/// By default this will be `(0, 0)` and `(num_rows - 1, num_cols - 1)`.
81
81
/// * `options` - Array of PlotOption controlling the appearance of the surface. Relevant options are:
82
82
/// * `Caption` - Specifies the caption for this dataset. Use an empty string to hide it (default).
0 commit comments