Skip to content

Instantly share code, notes, and snippets.

View xigrug's full-sized avatar

liuc xigrug

  • Beijing
View GitHub Profile
@xigrug
xigrug / jointplot_w_hue.py
Created April 16, 2018 06:51 — forked from ruxi/jointplot_w_hue.py
jointplot_w_hue
__author__ = "lewis.r.liu@gmail.com"
__copyright__ = "Copyright 2018, github.com/ruxi"
__license__ = "MIT"
__version__ = 0.0.1
# update: Mar 5 , 2018
# created: Feb 19, 2018
# desc: seaborn jointplot with 'hue'
# prepared for issue: https://github.com/mwaskom/seaborn/issues/365
"""
@xigrug
xigrug / taylorDiagram.py
Created January 29, 2018 04:53 — forked from ycopin/taylorDiagram.py
Taylor diagram for python/matplotlib.
#!/usr/bin/env python
# Copyright: This document has been placed in the public domain.
"""
Taylor diagram (Taylor, 2001) implementation.
"""
__version__ = "Time-stamp: <2017-11-24 18:01:03 ycopin>"
__author__ = "Yannick Copin <yannick.copin@laposte.net>"