def plot(self,inter= False): """ inter : bool Interactive mode. If true, then the picture is redrawn in the exisiting figure. """ from plotters import plot_marginals plot_marginals(self._X.T,self._w,"Hybrid Using :"+self.model_name,self.t,labels=self.model.species,interactive=inter)
def plot(self,inter=False): """ inter : Boolean Interactive mode. If true, then the picture is redrawn in the exisiting figure. """ from plotters import plot_marginals plot_marginals(self.domain_states.T,self.p,"OFSP Using :"+self.expander_name,self.t,labels=self.model.species,interactive=inter)
def plot(self, inter=False): """ inter : Boolean Interactive mode. If true, then the picture is redrawn in the exisiting figure. """ from plotters import plot_marginals plot_marginals(self.domain_states.T, self.p, "OFSP Using :" + self.expander_name, self.t, labels=self.model.species, interactive=inter)
def plot(self, inter=False): """ inter : bool Interactive mode. If true, then the picture is redrawn in the exisiting figure. """ from plotters import plot_marginals plot_marginals(self._X.T, self._w, "Hybrid Using :" + self.model_name, self.t, labels=self.model.species, interactive=inter)