Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def heatmap(self, options):
"""Heatmap command"""
self.logger.info('Making heatmap.')
heatmapper = Heatmap(options.aai_summary_file, options.output_file)
heatmapper.plot(options.cluster, options.method, options.metric)