MCPcopy Create free account
hub / github.com/COLA-Laboratory/TransOPT / plot

Method plot

transopt/utils/Prior.py:28–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 return np.exp(self.lnpdf(x))
27
28 def plot(self):
29 import sys
30
31 assert "matplotlib" in sys.modules, "matplotlib package has not been imported."
32 from GPy.plotting.matplot_dep import priors_plots
33
34 priors_plots.univariate_plot(self)
35
36 def __repr__(self, *args, **kwargs):
37 return self.__str__()

Callers 10

ax_plotFunction · 0.45
ax_plot_eiFunction · 0.45
visual_onedFunction · 0.45
plot2DFunction · 0.45
plot3DFunction · 0.45
updateMethod · 0.45
plot_trajFunction · 0.45
visualize_functionFunction · 0.45
plot_acc_scatterFunction · 0.45
save_plotsMethod · 0.45

Calls

no outgoing calls

Tested by 1

plot_acc_scatterFunction · 0.36