Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
ERLabPy
Light Logo Dark Logo

Contents

  • Getting Started
  • Tutorials
    • First notebook
  • Explanation
    • ARPES data conventions
    • Momentum conversion
    • Python and GUI workflows
  • How-to Guides
    • Plotting gallery
      • Colorbars
      • Maps and cuts
      • 2D colormaps
      • Polygon masking
      • Cut trajectories
      • High-symmetry cuts
      • ARPES cut annotations
      • Photon-energy annotations
      • Titles and axis labels
      • Energy in meV
      • Annotating core levels
      • Brillouin zones
      • Figure styles
    • Python tasks
      • Data loading and saving
      • Data inspection and selection
      • Momentum conversion
      • Fermi edge correction
      • Curve fitting
      • Transformations and filtering
      • Exporting equations as SVG
    • GUI tasks
      • Data loading and saving
      • Manager extensions
      • Data inspection and selection
      • Figure creation and reuse
      • Fermi edge correction
      • Curve fitting
      • Python integration
      • Derived results and workspaces
      • Manager installation and updates
  • Reference
    • Python API
      • Analysis (erlab.analysis)
        • erlab.analysis.fit
          • erlab.analysis.fit.functions
            • erlab.analysis.fit.functions.dynamic
            • erlab.analysis.fit.functions.general
          • erlab.analysis.fit.models
          • erlab.analysis.fit.spline
          • erlab.analysis.fit.minuit
        • erlab.analysis.mask
          • erlab.analysis.mask.polygon
        • erlab.analysis.correlation
        • erlab.analysis.gold
        • erlab.analysis.image
        • erlab.analysis.interpolate
        • erlab.analysis.kspace
        • erlab.analysis.mesh
        • erlab.analysis.transform
        • erlab.analysis.xps
      • Data IO (erlab.io)
        • erlab.io.plugins
          • erlab.io.plugins.da30
          • erlab.io.plugins.erpes
          • erlab.io.plugins.esm
          • erlab.io.plugins.hers
          • erlab.io.plugins.i05
          • erlab.io.plugins.kriss
          • erlab.io.plugins.lorea
          • erlab.io.plugins.maestro
          • erlab.io.plugins.mbs
          • erlab.io.plugins.merlin
          • erlab.io.plugins.pal4a1
          • erlab.io.plugins.snu1
          • erlab.io.plugins.ssrl52
          • erlab.io.plugins.tps39a
        • erlab.io.dataloader
        • erlab.io.utils
        • erlab.io.igor
        • erlab.io.nexusutils
        • erlab.io.fitsutils
        • erlab.io.exampledata
        • erlab.io.characterization
          • erlab.io.characterization.xrd
          • erlab.io.characterization.resistance
        • erlab.io.metadata
      • Plotting (erlab.plotting)
        • erlab.plotting.annotations
        • erlab.plotting.atoms
        • erlab.plotting.bz
        • erlab.plotting.colors
        • erlab.plotting.erplot
        • erlab.plotting.general
        • erlab.plotting.plot3d
      • Interactive (erlab.interactive)
        • erlab.interactive.imagetool
          • erlab.interactive.imagetool.viewer
          • erlab.interactive.imagetool.viewer_linking
          • erlab.interactive.imagetool.viewer_state
          • erlab.interactive.imagetool.slicer
          • erlab.interactive.imagetool.fastslicing
          • erlab.interactive.imagetool.fastbinning
          • erlab.interactive.imagetool.controls
          • erlab.interactive.imagetool.dialogs
          • erlab.interactive.imagetool.manager
          • erlab.interactive.imagetool.provenance
        • erlab.interactive.bzplot
        • erlab.interactive.colors
        • erlab.interactive.derivative
        • erlab.interactive.explorer
        • erlab.interactive.fermiedge
        • erlab.interactive.kspace
        • erlab.interactive.utils
      • Accessors (erlab.accessors)
        • erlab.accessors.utils
        • erlab.accessors.general
        • erlab.accessors.kspace
        • erlab.accessors.fit
        • xarray.Dataset.qshow
        • xarray.Dataset.qshow.fit
        • xarray.Dataset.qshow.hvplot
        • xarray.Dataset.qshow.itool
        • xarray.Dataset.qshow.params
        • xarray.DataArray.qshow
        • xarray.DataArray.qplot
        • xarray.DataArray.qsel
        • xarray.DataArray.qinfo.get_value
        • xarray.DataArray.qshow.hvplot
        • xarray.DataArray.qshow.itool
        • xarray.DataArray.qsel.around
        • xarray.DataArray.qsel.average
        • xarray.DataArray.qsel.max
        • xarray.DataArray.qsel.mean
        • xarray.DataArray.qsel.min
        • xarray.DataArray.qsel.sum
        • xarray.DataArray.kspace.as_configuration
        • xarray.DataArray.kspace.convert
        • xarray.DataArray.kspace.convert_coords
        • xarray.DataArray.kspace.estimate_bounds
        • xarray.DataArray.kspace.estimate_resolution
        • xarray.DataArray.kspace.hv_to_kz
        • xarray.DataArray.kspace.interactive
        • xarray.DataArray.kspace.set_normal
        • xarray.DataArray.kspace.set_normal_like
        • xarray.DataArray.kspace.alpha_scale
        • xarray.DataArray.kspace.angle_params
        • xarray.DataArray.kspace.angle_resolution
        • xarray.DataArray.kspace.angle_scales
        • xarray.DataArray.kspace.best_kp_resolution
        • xarray.DataArray.kspace.best_kz_resolution
        • xarray.DataArray.kspace.beta_scale
        • xarray.DataArray.kspace.configuration
        • xarray.DataArray.kspace.inner_potential
        • xarray.DataArray.kspace.momentum_axes
        • xarray.DataArray.kspace.offsets
        • xarray.DataArray.kspace.other_axis
        • xarray.DataArray.kspace.slit_axis
        • xarray.DataArray.kspace.work_function
      • Extensions (erlab.extensions)
      • Lattices (erlab.lattice)
      • Constants (erlab.constants)
      • Utilities (erlab.utils)
        • erlab.utils.array
        • erlab.utils.parallel
        • erlab.utils.formatting
        • erlab.utils.hashing
        • erlab.utils.misc
    • GUI reference
      • ImageTool
      • ImageTool Manager
      • Manager extensions
      • Figure Composer
      • Settings
      • Interactive tools
        • ktool
        • dtool
        • goldtool
        • ftool
        • restool
        • meshtool
        • Data explorer
        • Periodic table
        • BZPlotter
        • Notebook shortcuts
    • Data formats and loader plugins
    • Plotting styles and colormaps
    • Python and GUI operation map
    • Dependencies and compatibility
  • Contributing
    • Development setup and workflow
    • Documentation contributions
    • Implementing a data loader plugin
    • Authoring interactive tools
  • Bibliography
  • Changelog
Back to top
View this page
Edit this page

Plotting gallery¶

Select a figure to view its Python code and the corresponding Figure Composer steps. For figure creation, export, and recipe reuse, see Figure creation and reuse.

Data views¶

Colorbars
Energy momentum intensity plot with a colorbar
Colorbars
Maps and cuts
Constant energy maps and energy momentum cuts
Maps and cuts
2D colormaps
Two-dimensional colormap of intensity and asymmetry
2D colormaps
Polygon masking
Repeated-zone constant energy surface and the intensity retained inside the first Brillouin zone
Polygon masking

Momentum-space plots¶

Cut trajectories
Angular cut trajectory on a converted constant energy surface
Cut trajectories
hν annotations
Constant-photon-energy curves on converted momentum-space intensity
Photon-energy annotations
High-symmetry cuts
Γ–M–K–Γ path and interpolated energy–momentum cut
High-symmetry cuts

Annotations¶

ARPES cut annotations
ARPES cut with a Fermi level line, momentum labels, and a panel label
ARPES cut annotations
Titles and axis labels
Constant energy map and energy distribution curve with axis labels
Titles and axis labels
Energy in meV
Energy momentum cut with energy in millielectronvolts
Energy in meV
Annotating core levels
Core level spectrum with bismuth and selenium reference lines
Annotating core levels

Brillouin zones¶

Brillouin zone overlay
Hexagonal Brillouin zone boundary
Brillouin zone overlay
In-plane sections
In-plane Brillouin zone section with marked vertices
In-plane sections
Out-of-plane sections
Out-of-plane Brillouin zone slice with marked vertices
Out-of-plane sections

Styles¶

Figure styles

Figure styles
Next
Colorbars
Previous
How-to Guides
Copyright © 2023, Kimoon Higashihira Han
Made with Sphinx and @pradyunsg's Furo
On this page
  • Plotting gallery
    • Data views
    • Momentum-space plots
    • Annotations
    • Brillouin zones
    • Styles