mpl-richtext 0.1.1__py3-none-any.whl → 0.1.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
mpl_richtext/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = '0.1.1'
1
+ __version__ = '0.1.3'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mpl-richtext
3
- Version: 0.1.1
3
+ Version: 0.1.3
4
4
  Summary: Rich text rendering for Matplotlib with multi-color and multi-style support
5
5
  Home-page: https://github.com/ra8in/mpl-richtext
6
6
  Author: Rabin Katel
@@ -52,7 +52,8 @@ Standard Matplotlib only supports single-color text. To create multi-colored tex
52
52
 
53
53
  **mpl-richtext** solves this by letting you specify colors and styles for each text segment in one simple function call.
54
54
 
55
- ![mpl-richtext Showcase](examples/mpl_richtext_examples.png)
55
+
56
+ ![mpl-richtext Showcase](https://raw.githubusercontent.com/ra8in/mpl-richtext/master/examples/mpl_richtext_examples.png)
56
57
 
57
58
  ## Installation
58
59
 
@@ -0,0 +1,8 @@
1
+ mpl_richtext/__init__.py,sha256=430UvdXDNTa9xCoQ48OT_lzHrFCW_xCuVaTr1apEVq4,246
2
+ mpl_richtext/core.py,sha256=OZ1NCJQOHpIsdcM6c-7NKXdZxeTKBGoAPWkPkhpTfr4,15504
3
+ mpl_richtext/version.py,sha256=ZY_T77NrMqIKfBFzfdhmZshXLlalrgsDWr2x7DjBA1w,21
4
+ mpl_richtext-0.1.3.dist-info/licenses/LICENSE,sha256=3ldFhzXg_DuFYRbdYJaN661E5PAzUpVjWxFCxVm7kG8,1067
5
+ mpl_richtext-0.1.3.dist-info/METADATA,sha256=apmHCGfdQciFzxnRKudn6KKitGaKExJvPNyA5er5sko,5372
6
+ mpl_richtext-0.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ mpl_richtext-0.1.3.dist-info/top_level.txt,sha256=3K_jSX3xxD2Dhaqm4jtejlO0HI_5tl7F7AMq4lGk6xw,13
8
+ mpl_richtext-0.1.3.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- mpl_richtext/__init__.py,sha256=430UvdXDNTa9xCoQ48OT_lzHrFCW_xCuVaTr1apEVq4,246
2
- mpl_richtext/core.py,sha256=OZ1NCJQOHpIsdcM6c-7NKXdZxeTKBGoAPWkPkhpTfr4,15504
3
- mpl_richtext/version.py,sha256=jZ5uWOiyV1Hb9rhNyo3bAgfWmHx8_xkueUWpcUrkz_w,21
4
- mpl_richtext-0.1.1.dist-info/licenses/LICENSE,sha256=3ldFhzXg_DuFYRbdYJaN661E5PAzUpVjWxFCxVm7kG8,1067
5
- mpl_richtext-0.1.1.dist-info/METADATA,sha256=FWY0KIENx2vntyUB5vOYB2IP_h29t8iXwgwgv4tPJBo,5311
6
- mpl_richtext-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- mpl_richtext-0.1.1.dist-info/top_level.txt,sha256=3K_jSX3xxD2Dhaqm4jtejlO0HI_5tl7F7AMq4lGk6xw,13
8
- mpl_richtext-0.1.1.dist-info/RECORD,,