Skip to content
Commit be827d7b authored by Manfred Hanke's avatar Manfred Hanke 💻
Browse files

histogram2d_min_max modified: arguments have to be (y, x), as for histogram2d

changes:
- arguments are passed to histogram2d in the same order,
  i.e., one has to specify histogram2d_min_max(y, x)
  for relating the first index to y and the second to x
  (as assumed by most functions like plot_image, png_write, etc.)
- xmin, xmax, ymin, ymax qualifiers
- last bin does not start at {x/y}max, but stop there
parent 00b37e02
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment