Skip to content

Commit e8d2e24

Browse files
committed
Update MgO DOS plotting code
1 parent 82f49fe commit e8d2e24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs_rst/running_workflows.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ Simply add the following Python script (``bs-analysis.py``) to your folder, **ch
192192
# Comment out the get_plot and uncomment save_plot if you have no GUI frontend to plot to.
193193
dos_plotter = DosPlotter()
194194
dos_plotter.add_dos_dict(complete_dos.get_element_dos())
195-
dos_plotter.get_plot(xlim=(-10, 10), ylim=(0, 0.1))
196-
#dos_plotter.save_plot('MgO-dos.pdf', img_format='pdf', xlim=(-10, 10), ylim=(0, 0.1))
195+
dos_plotter.get_plot(xlim=(-10, 10))
196+
#dos_plotter.save_plot('MgO-dos.pdf', img_format='pdf', xlim=(-10, 10))
197197
198198
# print the Fermi energy and bandgap from the DOS:
199199
print('Fermi energy: {} eV'.format(complete_dos.efermi))

0 commit comments

Comments
 (0)