Skip to content

Instantly share code, notes, and snippets.

View csbence's full-sized avatar

Bence Cserna csbence

  • University of New Hampshire
  • United States
View GitHub Profile
@csbence
csbence / auv_plot.py
Created November 2, 2017 22:46
Simple Python script to plot the AUV results
#!/usr/bin/env python3
import pandas as pd
import seaborn as sns
__author__ = 'Bence Cserna'
# Set the background and the line colors
custom_colors = ["#9b59b6", "#3498db", "#34495e", "#e74c3c", "#95a5a6", "#2ecc71"]