.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "auto_gallery/CaMoO4/plot_main_CaMoO4_Bond_e.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note :ref:`Go to the end ` to download the full example code. .. rst-class:: sphx-glr-example-title .. _sphx_glr_auto_gallery_CaMoO4_plot_main_CaMoO4_Bond_e.py: Bond-e ======================================================== Data for Main / Camoo4 / Bond-e .. GENERATED FROM PYTHON SOURCE LINES 15-42 .. code-block:: Python import os import matplotlib.pyplot as plt import numpy as np import refidx as ri plt.style.use("../../doc/refidx.mplstyle") db = ri.DataBase() matid = ['main', 'CaMoO4', 'Bond-e'] mat = db.get_item(matid) wr = mat.wavelength_range lamb = np.linspace(*wr, 1000) index = mat.get_index(lamb) fig, ax = plt.subplots(2, 1, figsize=(3, 3)) ax[0].plot(lamb, index.real, "-", color="#aa0044") ax[1].plot(lamb, index.imag, "-", color="#6886b3") ax[0].set_xlabel(r"Wavelength ($\rm μm$)") ax[1].set_xlabel(r"Wavelength ($\rm μm$)") ax[0].set_ylabel(r"$n^{\prime}$") ax[1].set_ylabel(r"$n^{\prime\prime}$") plt.suptitle(mat) mat.print_info( html=True, tmp_dir=os.path.join("..","..", "doc", "auto_gallery","CaMoO4"), filename="out_main_CaMoO4_Bond_e.html", ) .. image-sg:: /auto_gallery/CaMoO4/images/sphx_glr_plot_main_CaMoO4_Bond_e_001.png :alt: Material main CaMoO4 Bond-e :srcset: /auto_gallery/CaMoO4/images/sphx_glr_plot_main_CaMoO4_Bond_e_001.png :class: sphx-glr-single-img .. GENERATED FROM PYTHON SOURCE LINES 43-45 .. raw:: html :file: out_main_CaMoO4_Bond_e.html .. rst-class:: sphx-glr-timing **Total running time of the script:** (0 minutes 0.342 seconds) **Estimated memory usage:** 225 MB .. _sphx_glr_download_auto_gallery_CaMoO4_plot_main_CaMoO4_Bond_e.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: plot_main_CaMoO4_Bond_e.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: plot_main_CaMoO4_Bond_e.py ` .. container:: sphx-glr-download sphx-glr-download-zip :download:`Download zipped: plot_main_CaMoO4_Bond_e.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_