diff options
author | Muriithi Frederick Muriuki | 2019-02-15 08:41:28 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-08-08 03:25:17 +0300 |
commit | 49dfdc0c986901683f3e00e65f922e2318e0f330 (patch) | |
tree | 68fdaf5d42f0b865125a1647a59176dc0ee46a1d /paper | |
parent | 3980446f45ed93a3b9ebed7e5ae9a4cdbec00feb (diff) | |
download | genenetwork2-49dfdc0c986901683f3e00e65f922e2318e0f330.tar.gz |
Migrate code from Piddle to Pillow
* wqflask/wqflask/marker_regression/display_mapping_results.py: Add font files
(DisplayMappingResults): Update the code from the Piddle way of things to the
Pillow way of things, for example, replace:
- pid.drawRect(...) with im_drawer.rectangle(...)
- pid.drawString(...) with im_drawer.text(...)
- pid.drawPolygon(...) with im_drawer.polygon(...) etc.
* wqflask/utility/Plot.py: Migrate code from the older, unsupported Piddle to
the newer Pillow library.
Diffstat (limited to 'paper')
0 files changed, 0 insertions, 0 deletions