long size x, long size y
| histogram2d h) |
| float xmin, float xmax, float ymin, float ymax) |
| long nx, long ny) |
| ) |
| float x, float y) |
| float x, float y, float weight) |
| ) |
| ) |
| ) |
| ) |
| ) |
| ) |
| long i, long j) |
| long i) |
| long j) |
| float x, float y) |
| ) |
| ) |
| ) |
| ) |
| ) |
| ) |
| ) |
| ) |
| ) |
| ) |
| sequence xranges, sequence yranges) |
| float offset) |
| float scale) |
| ) |
| histogram2d h) |
| histogram2d h) |
| histogram2d h) |
| histogram2d h) |
| ) |
| histogram2d h) |
| file input) |
| file output) |
| file input) |
| file input) |
Some mapping operations are supported, too:
| Mapping syntax | Effect |
|---|---|
histogram[x_index,y_index] |
returns the value of the indexed bin |
histogram[x_index,y_index]=value |
sets the value of the indexed bin |
len(histogram) |
returns the size of the histogram, i.e nx |
See Also:
For the special meaning and details please consult the GNU Scientific Library reference.