Method errx
| Improve this Doc View Sourceerrx(Double[], Double[], Double[])
plerrx: Draw error bars in x direction
Declaration
public static void errx(Double[] xmin, Double[] xmax, Double[] y)
Parameters
Type | Name | Description |
---|---|---|
Double[] | xmin | A vector containing the x coordinates of the left-hand endpoints of the error bars. |
Double[] | xmax | A vector containing the x coordinates of the right-hand endpoints of the error bars. |
Double[] | y | A vector containing the y coordinates of the error bars. |
Remarks
Draws a set of n error bars in x direction, the i'th error bar extending from xmin[i] to xmax[i] at y coordinate y[i]. The terminals of the error bars are of length equal to the minor tick length (settable using plsmin).