FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit b8dc8b42 authored by M.D. Driver's avatar M.D. Driver
Browse files

started on script for running the plotting.

parent a3c61ee9
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Mon Jul 31 22:02:14 2017
@author: mark
"""
import logging
import matplotlib
import matplotlib.pyplot as plt
import scipy.cluster.hierarchy as cluster
import resultsanalysis.resultsoutput.plottinginput as plottinginput
logging.basicConfig()
LOGGER = logging.getLogger(__name__)
LOGGER.setLevel(logging.WARN)
def create_plot_with_axis(figsize):
"""Function creates plot and plot axis.
"""
return plottinginput.create_plot_with_axis(figsize)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment