Skip to content

Instantly share code, notes, and snippets.

View lee1043's full-sized avatar
😊

Jiwoo Lee lee1043

😊
View GitHub Profile
@lee1043
lee1043 / .block
Last active October 15, 2018 20:10 — forked from mostaphaRoudsari/.block
Parallel Coordinates with mouseover highlight and tooltip (ENSO)
license: mit
@angstwad
angstwad / dict_merge.py
Last active March 1, 2024 23:53
Recursive dictionary merge in Python
# Copyright 2016-2022 Paul Durivage
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
@mostaphaRoudsari
mostaphaRoudsari / .block
Last active November 26, 2020 04:03
Parallel Coordinates with mouseover highlight and tooltip
license: mit
@ycopin
ycopin / taylorDiagram.py
Last active February 8, 2024 05:23
Taylor diagram for python/matplotlib [ 10.5281/zenodo.5548061 ]
#!/usr/bin/env python
# Copyright: This document has been placed in the public domain.
"""
Taylor diagram (Taylor, 2001) implementation.
Note: If you have found these software useful for your research, I would
appreciate an acknowledgment.
"""