Global neutrino analysis Logo
0.1
  • Introduction
  • Installation
  • Overview
  • Example
  • Accessing calculated predictions
  • Parameters
  • Reactor experiments
  • Data inputs and fits
  • A few notes on Feldman-Cousins
  • Tutorial
    • 1. Introduction
    • 2. Utilites
    • 3. Simple transformations
    • 4. Plotting
      • 4.1. Plotting outputs in 2d: plots and histograms
      • 4.2. Plotting outputs in 2d: 2d histograms
      • 4.3. Plotting outputs in 3d: 2d histograms
    • 5. Sum and product: transformations with inputs
    • 6. Plotting the graph structure
    • 7. Variables
    • 8. Integration and interpolation: computing things only once
    • 9. Increasing complexity
    • 10. Command line UI
    • 11. Fitting with GNA
    • 12. Miscellaneous questions
  • Reference guide
  • Example gallery
  • Authors
  • Acknowledgements
  • Useful links
Global neutrino analysis
  • Tutorial
  • 4. Plotting
  • View page source

4. Plotting¶

  • 4.1. Plotting outputs in 2d: plots and histograms
    • 4.1.1. Plotting arrays
    • 4.1.2. Plotting arrays vs other arrays
    • 4.1.3. Plotting histograms
    • 4.1.4. Overlapping histograms
      • 4.1.4.1. Line plots
      • 4.1.4.2. Bars’ transparency
      • 4.1.4.3. Bars’ width
  • 4.2. Plotting outputs in 2d: 2d histograms
    • 4.2.1. Matrices
    • 4.2.2. 2d histograms with constant binning
      • 4.2.2.1. pcolorfast
      • 4.2.2.2. imshow
      • 4.2.2.3. matshow
    • 4.2.3. 2d histograms with variable binning
  • 4.3. Plotting outputs in 3d: 2d histograms
    • 4.3.1. 2d histograms
      • 4.3.1.1. Surface
      • 4.3.1.2. 3d bars
      • 4.3.1.3. Wireframe
Previous Next

Built with Sphinx using a theme provided by Read the Docs.