Tauc Plot
Chart overview
The Tauc plot is the standard method for extracting optical band gaps from UV-Vis transmission or reflectance data.
Key points
- By plotting (alpha*h*nu)^n against photon energy h*nu, where n = 2 for direct allowed transitions and n = 0.
- 5 for indirect transitions, a linear region emerges at the absorption onset whose extrapolation to the energy axis gives the band gap.
- This technique is essential for characterizing semiconductors, perovskites, metal oxides, and quantum dots intended for photovoltaics, photodetectors, and photocatalysis.
Python Tutorial
How to create a tauc plot in Python
Use the full tutorial for implementation details, troubleshooting, and chart variations in matplotlib, seaborn, and plotly.
Python Scatter Plot TutorialExample Visualization

Create This Chart Now
Generate publication-ready tauc plots with AI in seconds. No coding required – just describe your data and let AI do the work.
View example prompt
"Create a publication-quality Tauc plot from my UV-Vis absorbance data. Calculate the absorption coefficient alpha from the absorbance, then plot (alpha*h*nu)^2 on the y-axis (for a direct band gap semiconductor) versus photon energy h*nu (eV) on the x-axis. Fit a straight line to the linear portion of the absorption edge and extrapolate it to the x-axis. Annotate the intersection point with the band gap value in eV. Add axis labels '(alpha*h*nu)^2 (eV/cm)^2' and 'Photon Energy (eV)', a legend, and a descriptive title. Use a white background."
How to create this chart in 30 seconds
Upload Data
Drag & drop your Excel or CSV file. Plotivy securely processes it in your browser.
AI Generation
Our AI analyzes your data and generates the Tauc Plot code automatically.
Customize & Export
Tweak the design with natural language, then export as high-res PNG, SVG or PDF.
Newsletter
Get one weekly tip for better tauc plots
Join researchers receiving concise Python plotting techniques to improve chart clarity and reduce revision cycles.
Python Code Example
Console Output
Figure saved: plotivy-tauc-plot.png
Common Use Cases
- 1Determining band gaps of perovskite thin films for solar cell efficiency prediction
- 2Characterizing quantum confinement effects in semiconductor nanocrystals
- 3Monitoring band gap engineering in alloyed semiconductors (e.g., CdZnS)
- 4Evaluating photocatalytic activity thresholds for visible-light-driven reactions
Pro Tips
Choose n = 2 for direct transitions and n = 0.5 for indirect allowed transitions
Perform a linear regression on the steeply rising linear region, not the noise floor
Annotate the extrapolated band gap value with an arrow and label at the x-intercept
Overlay the raw absorbance spectrum on a secondary y-axis for context
Long-tail keyword opportunities
High-intent chart variations
Library comparison for this chart
matplotlib
Best when you need full control over axis formatting, annotation placement, and journal-specific styling for tauc-plot.
numpy
Useful in specialized workflows that complement core Python plotting libraries for tauc-plot analysis tasks.
Scientific Chart Selection Cheat Sheet
Not sure whether to use a Violin Plot, Box Plot, or Ridge Plot? Download our single-page reference mapping the most-used scientific chart types, exactly when to use them, and the core Matplotlib/Seaborn functions.