Skip to content

Commit 33d06f3

Browse files
fixed examples
1 parent 68a85cd commit 33d06f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/example3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import matplotlib.pyplot as plt
44
import matplotlib as mpl
55

6-
mpl.rcParams['text.color'] = 'white'
6+
#mpl.rcParams['text.color'] = 'white'
77
mpl.rcParams['axes.labelcolor'] = 'white'
88
mpl.rcParams['xtick.color'] = 'white'
99
mpl.rcParams['ytick.color'] = 'white'
@@ -111,7 +111,7 @@ def plot_density_of_states(ax, e, dos):
111111

112112
fig.patch.set_facecolor('#2e2e2e')
113113
ax1 = plot_density_of_states(ax1, e_mesh, dos)
114-
ax1.text(0.1, 0.5, r'Nd$_{9}$Ni$_{8}O$_{25}$', transform=ax1.transAxes)
114+
ax1.text(0.1, 0.5, r'Nd$_{9}$Ni$_{8}$O$_{25}$', transform=ax1.transAxes)
115115

116116
vmax = np.max(rixs[-1][0])
117117
#fig, ax = plt.subplots(2,2, figsize=(5,7), height_ratios=[2,1])

0 commit comments

Comments
 (0)