.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "examples_generated/gallery/brillouinzone.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_examples_generated_gallery_brillouinzone.py: Brillouin zone ============== Plot the Brillouin zone of a monoclinic lattice: .. GENERATED FROM PYTHON SOURCE LINES 7-12 .. image-sg:: /examples_generated/gallery/images/sphx_glr_brillouinzone_001.png :alt: brillouinzone :srcset: /examples_generated/gallery/images/sphx_glr_brillouinzone_001.png :class: sphx-glr-single-img .. rst-class:: sphx-glr-script-out .. code-block:: none | .. code-block:: Python from ase.lattice import MCL lattice = MCL(3.0, 4.0, 5.0, alpha=70.0) lattice.plot_bz() .. _sphx_glr_download_examples_generated_gallery_brillouinzone.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: brillouinzone.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: brillouinzone.py ` .. container:: sphx-glr-download sphx-glr-download-zip :download:`Download zipped: brillouinzone.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_