This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. | |
""" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python -*- coding: utf-8 -*- | |
""" | |
Source of inspiration: http://astro.u-strasbg.fr/~koppen/discharge/ | |
""" | |
__version__ = "Time-stamp: <2012-08-13 13:12 ycopin@lyopc469>" | |
__author__ = "Yannick Copin <[email protected]>" | |
import numpy as N |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# Time-stamp: <2012-07-15 16:39 ycopin@lyopc469> | |
# Copyright: This document has been placed in the public domain. | |
""" | |
Search through unicode character descriptions, e.g.:: | |
$ searchUnicode.py letter lamda | |
Λ GREEK CAPITAL LETTER LAMDA Λ 0x39b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# Time-stamp: <2012-07-13 21:35:19 ycopin> | |
# Copyright: This document has been placed in the public domain. | |
""" | |
Table examples | |
-------------- | |
A simple table example: |
NewerOlder