Ejemplo n.º 1
0
 def plotBifurcationDiagram (self, bfPoints, bfLabels):
     hdr = tpc.getTelluriumDataColumnHeader(self._data)
     npData = tpc.getNumpyData(self._data)
     tpc.plotBifurcationData(npData, hdr, bfPoints, bfLabels)
Ejemplo n.º 2
0
 def plotBifurcationDiagram(self, bfPoints, bfLabels):
     hdr = tpc.getTelluriumDataColumnHeader(self._data)
     npData = tpc.getNumpyData(self._data)
     tpc.plotBifurcationData(npData, hdr, bfPoints, bfLabels)
Ejemplo n.º 3
0
 def plot (self):
     hdr = tpc.getTelluriumDataColumnHeader(self._data)
     npData = tpc.getNumpyData(self._data)
     tpc.plotTelluriumData(npData, hdr)
Ejemplo n.º 4
0
 def plot(self):
     hdr = tpc.getTelluriumDataColumnHeader(self._data)
     npData = tpc.getNumpyData(self._data)
     tpc.plotTelluriumData(npData, hdr)