We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3287b2 commit db808f1Copy full SHA for db808f1
tools/plot-tools/abacus_plot/dos.py
@@ -391,7 +391,7 @@ def _parial_plot(self,
391
Returns:
392
DOSPlot object: for manually plotting picture with dosplot.ax
393
"""
394
- if not isinstance(ax, list):
+ if isinstance(ax, axes.Axes):
395
ax = [ax]
396
397
dos, totnum = parse_projected_data(self.orbitals, species, keyname)
0 commit comments