MCPcopy Create free account
hub / github.com/YUE-FAN/CoSSL / plot

Method plot

utils/logger.py:92–99  ·  view source on GitHub ↗
(self, names=None)

Source from the content-addressed store, hash-verified

90 self.loggers.append(logger)
91
92 def plot(self, names=None):
93 plt.figure()
94 plt.subplot(121)
95 legend_text = []
96 for logger in self.loggers:
97 legend_text += plot_overlap(logger, names)
98 plt.legend(legend_text, bbox_to_anchor=(1.05, 1), loc=2, borderaxespad=0.)
99 plt.grid(True)
100
101if __name__ == '__main__':
102 # # Example

Callers

nothing calls this directly

Calls 1

plot_overlapFunction · 0.85

Tested by

no test coverage detected