|
gstlal 1.13.0
|
A file that contains some generic plotting module code. More...
Go to the source code of this file.
Namespaces | |
| namespace | python.plotutil |
| plotting utilities module | |
Functions | |
| python.plots.util.colour_from_instruments (instruments, colours={ "G1":numpy.array(hex2color('#222222')), "H1":numpy.array(hex2color('#ee0000')), "L1":numpy.array(hex2color('#4ba6ff')), "V1":numpy.array(hex2color('#9b59b6')), "K1":numpy.array(hex2color('#ffb200')), "E1":numpy.array((1.0, 0.0, 0.0)), "E2":numpy.array((0.0, 0.8, 0.0)), "E3":numpy.array((1.0, 0.0, 1.0)), }) | |
| python.plots.util.latexnumber (s) | |
| python.plots.util.latexfilename (s) | |
Variables | |
| tuple | python.plots.util.golden_ratio = (1. + math.sqrt(5.)) / 2. |
| python.plots.util.floatpattern = re.compile("([+-]?[.0-9]+)[Ee]([+-]?[0-9]+)") | |
| colour_from_instruments | ( | instruments, | |
| colours = { "G1": numpy.array(hex2color('#222222')), "H1": numpy.array(hex2color('#ee0000')), "L1": numpy.array(hex2color('#4ba6ff')), "V1": numpy.array(hex2color('#9b59b6')), "K1": numpy.array(hex2color('#ffb200')), "E1": numpy.array((1.0, 0.0, 0.0)), "E2": numpy.array((0.0, 0.8, 0.0)), "E3": numpy.array((1.0, 0.0, 1.0)), } ) |
| latexfilename | ( | s | ) |
| latexnumber | ( | s | ) |
| python.plots.util.floatpattern = re.compile("([+-]?[.0-9]+)[Ee]([+-]?[0-9]+)") |