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