A class that is used to define the parameters of a plotting window.
| Attr __pfa_limits__: | |
|---|---|
| ndarray of two values that determine the limits of the pfa axis. Default is [0.0005, 0.5] | |
| Attr __pmiss_limits__: | |
| ndarray of two values that determine the limits of the pmiss axis. Default is [0.0005, 0.5] | |
| Attr __xticks__: | |
| coordonates of the ticks on the horizontal axis | |
| Attr __xticklabels__: | |
| labels of the ticks on the horizontal axis in a ndarray of strings | |
| Attr __yticks__: | |
| coordonates of the ticks on the vertical axis | |
| Attr __yticklabels__: | |
| labels of the ticks on the vertical axis in a ndarray of strings | |
Set axis value to big ones
Set axis value to new ones
Set axis value to old ones (NIST-SRE08 style)
Set axis value to NIST-SRE10 style
Initialize PlotWindow from provided values
| Parameters: |
|
|---|