Skip to main content
Ctrl+K

atompy 4.20.3 documentation

  • Plotting
  • Data Analysis
  • Input/Output
  • Physics
  • Examples & Tutorials
  • Plotting
  • Data Analysis
  • Input/Output
  • Physics
  • Examples & Tutorials

Section Navigation

  • Histograms
    • Hist1d
      • atompy.Hist1d.bins
      • atompy.Hist1d.binwidths
      • atompy.Hist1d.centers
      • atompy.Hist1d.edges
      • atompy.Hist1d.for_plot
      • atompy.Hist1d.for_step
      • atompy.Hist1d.histogram
      • atompy.Hist1d.integral
      • atompy.Hist1d.normalized_to_integral
      • atompy.Hist1d.normalized_to_max
      • atompy.Hist1d.normalized_to_sum
      • atompy.Hist1d.rebinned
      • atompy.Hist1d.save_to_file
      • atompy.Hist1d.within_range
      • atompy.Hist1d.without_range
    • Hist2d
      • atompy.Hist2d.H
      • atompy.Hist2d.binareas
      • atompy.Hist2d.column_normalized_to_max
      • atompy.Hist2d.column_normalized_to_sum
      • atompy.Hist2d.for_imshow
      • atompy.Hist2d.for_pcolormesh
      • atompy.Hist2d.get_profile_along_x
      • atompy.Hist2d.get_profile_along_y
      • atompy.Hist2d.histogram
      • atompy.Hist2d.normalized_to_integral
      • atompy.Hist2d.normalized_to_max
      • atompy.Hist2d.normalized_to_sum
      • atompy.Hist2d.profile_along_x
      • atompy.Hist2d.profile_along_y
      • atompy.Hist2d.projected_onto_x
      • atompy.Hist2d.projected_onto_y
      • atompy.Hist2d.prox
      • atompy.Hist2d.proy
      • atompy.Hist2d.rebinned_x
      • atompy.Hist2d.rebinned_y
      • atompy.Hist2d.row_normalized_to_max
      • atompy.Hist2d.row_normalized_to_sum
      • atompy.Hist2d.save_to_file
      • atompy.Hist2d.within_xrange
      • atompy.Hist2d.within_yrange
      • atompy.Hist2d.without_xrange
      • atompy.Hist2d.without_yrange
      • atompy.Hist2d.without_zeros
      • atompy.Hist2d.xbins
      • atompy.Hist2d.xbinwidths
      • atompy.Hist2d.xcenters
      • atompy.Hist2d.xedges
      • atompy.Hist2d.ybins
      • atompy.Hist2d.ybinwidths
      • atompy.Hist2d.ycenters
      • atompy.Hist2d.yedges
  • Vector
    • atompy.Vector.angle_between
    • atompy.Vector.copy
    • atompy.Vector.cross
    • atompy.Vector.dot
    • atompy.Vector.keep_where
    • atompy.Vector.remove_where
    • atompy.Vector.rotated_around_x
    • atompy.Vector.rotated_around_y
    • atompy.Vector.rotated_around_z
  • SingleVector
    • atompy.SingleVector.angle_between
    • atompy.SingleVector.cross
    • atompy.SingleVector.dot
    • atompy.SingleVector.rotated_around_x
    • atompy.SingleVector.rotated_around_y
    • atompy.SingleVector.rotated_around_z
  • CoordinateSystem
    • atompy.CoordinateSystem.project_vector
    • atompy.CoordinateSystem.remove_where
    • atompy.CoordinateSystem.keep_where
  • Miscellaneous
    • atompy.crop
    • atompy.convert_cosine_to_angles
    • atompy.integral_sum
    • atompy.integral_polyfit
    • atompy.edges_to_centers
    • atompy.centers_to_edges
    • atompy.work_out_bin_edges
    • atompy.sample_distribution
    • atompy.sample_distribution_func
    • atompy.sample_distribution_discrete
    • atompy.get_all_dividers
    • atompy.for_pcolormesh
    • atompy.for_imshow
    • atompy.eval_yl0_polynomial
    • atompy.fit_yl0_polynomial
  • Data Analysis
  • Histograms

Histograms#

Hist1d(_histogram, _edges)

Hist2d(_H, _xedges, _yedges)

A numpy wrapper class for the return of numpy.histogram2d().

previous

Data Analysis

next

Hist1d

This Page

  • Show Source

© Copyright MIT.

Created using Sphinx 9.1.0.

Built with the PyData Sphinx Theme 0.16.1.