MCPcopy Create free account
hub / github.com/TRIQS/triqs / _plot_

Method _plot_

python/triqs/dos/dos.py:108–109  ·  view source on GitHub ↗
(self, Options)

Source from the content-addressed store, hash-verified

106 return DOS(self.eps,self.rho,self.name)
107
108 def _plot_(self, Options) :
109 return [ {'label' : self.name, 'xlabel' :r'$\epsilon$', 'ylabel' : r'%s$(\epsilon)$'%self.name, 'xdata' : self.eps,'ydata' : self.rho } ]
110
111 def density(self,mu=0):
112 r"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected