newsworthycharts 1.63.0__py3-none-any.whl → 1.63.1__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.
- newsworthycharts/__init__.py +1 -1
- {newsworthycharts-1.63.0.dist-info → newsworthycharts-1.63.1.dist-info}/METADATA +7 -3
- {newsworthycharts-1.63.0.dist-info → newsworthycharts-1.63.1.dist-info}/RECORD +6 -6
- {newsworthycharts-1.63.0.dist-info → newsworthycharts-1.63.1.dist-info}/LICENSE.txt +0 -0
- {newsworthycharts-1.63.0.dist-info → newsworthycharts-1.63.1.dist-info}/WHEEL +0 -0
- {newsworthycharts-1.63.0.dist-info → newsworthycharts-1.63.1.dist-info}/top_level.txt +0 -0
newsworthycharts/__init__.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: newsworthycharts
|
3
|
-
Version: 1.63.
|
3
|
+
Version: 1.63.1
|
4
4
|
Summary: Matplotlib wrapper to create charts and publish them on Amazon S3
|
5
5
|
Home-page: https://github.com/jplusplus/newsworthycharts
|
6
|
-
Download-URL: https://github.com/jplusplus/newsworthycharts/archive/1.63.
|
6
|
+
Download-URL: https://github.com/jplusplus/newsworthycharts/archive/1.63.1.tar.gz
|
7
7
|
Author: Jens Finnäs and Leo Wallentin, J++ Stockholm
|
8
8
|
Author-email: stockholm@jplusplus.org
|
9
9
|
License: MIT
|
@@ -137,7 +137,7 @@ These settings are available for all chart types:
|
|
137
137
|
- yline = None # A horizontal line across the chart (Matplotlib: axhline)
|
138
138
|
- labels = [] # Optionally one label for each dataset
|
139
139
|
- annotations = [] # Manually added annotations
|
140
|
-
- interval = None # yearly, quarterly, monthly, weekly, daily
|
140
|
+
- interval = None # decennial, yearly, quarterly, monthly, weekly, daily
|
141
141
|
- units = 'number' # number, percent, degrees
|
142
142
|
- show_ticks = True # toggle category names, dates, etc
|
143
143
|
- subtitle = None
|
@@ -252,6 +252,10 @@ Roadmap
|
|
252
252
|
Changelog
|
253
253
|
---------
|
254
254
|
|
255
|
+
- 1.63.1
|
256
|
+
|
257
|
+
- Fix version number in
|
258
|
+
|
255
259
|
- 1.63.0
|
256
260
|
|
257
261
|
- Added `interval: decennial` to SerialChart. Will be autodetected if all data points are 10 years apart.
|
@@ -1,4 +1,4 @@
|
|
1
|
-
newsworthycharts/__init__.py,sha256=
|
1
|
+
newsworthycharts/__init__.py,sha256=E48LF4oCZ6yGY-iy0QL52s74anipu1QTGh6ym2HH_00,1160
|
2
2
|
newsworthycharts/bubblemap.py,sha256=nkocWmpiFgfjEuJGAsthjY5X7Q56jXWsZHUGXw4PwgE,2587
|
3
3
|
newsworthycharts/categoricalchart.py,sha256=LwOZ3VbNy9vzvoK0s77AkbfMt4CXVDSAhnsnBInUIrE,14764
|
4
4
|
newsworthycharts/chart.py,sha256=e118gGQbFpRJZl3SWLhVCBatclG80eFdojrxJn8td5g,31664
|
@@ -28,8 +28,8 @@ newsworthycharts/rc/newsworthy,sha256=vbYTav1w3DmB5tpaaV7Xl5q7TQJsc9eou6pLCoWc2v
|
|
28
28
|
newsworthycharts/translations/datawrapper_regions.csv,sha256=fzZcQRX6RFMlNNP8mpgfYNdR3Y0QAlQxDXk8FXTaWWI,9214
|
29
29
|
newsworthycharts/translations/regions.py,sha256=Nv1McQjggD4S3JRu82rDMTG3pqUVR13E5-FBpSYbm98,239
|
30
30
|
newsworthycharts/translations/se_municipalities.csv,sha256=br_mm-IvzQtj_W55_ATREhJ97jWnCweBFlDAVY2EBxA,7098
|
31
|
-
newsworthycharts-1.63.
|
32
|
-
newsworthycharts-1.63.
|
33
|
-
newsworthycharts-1.63.
|
34
|
-
newsworthycharts-1.63.
|
35
|
-
newsworthycharts-1.63.
|
31
|
+
newsworthycharts-1.63.1.dist-info/LICENSE.txt,sha256=Sq6kGICrehbhC_FolNdXf0djKjTpv3YqjFCIYsxdQN4,1069
|
32
|
+
newsworthycharts-1.63.1.dist-info/METADATA,sha256=CEKJTndJI0BsR1SUdgyNJMqradS2NTCUQoKf7fRco8w,29326
|
33
|
+
newsworthycharts-1.63.1.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
|
34
|
+
newsworthycharts-1.63.1.dist-info/top_level.txt,sha256=dn_kzIj8UgUCMsh1PHdVEQJHVGSsN7Z8YJF-8xXa8n0,17
|
35
|
+
newsworthycharts-1.63.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|