Spaces:
Runtime error
Runtime error
Commit ·
ca893a9
1
Parent(s): 58b074e
add the get_commits_per_region function
Browse files- utils/plot.py +1 -1
utils/plot.py
CHANGED
|
@@ -64,7 +64,7 @@ def get_commits_per_region(df,url):
|
|
| 64 |
))
|
| 65 |
|
| 66 |
fig.update_layout(
|
| 67 |
-
title_text='Commits Counts by Sub-Region for '+url
|
| 68 |
geo=dict(
|
| 69 |
showframe=False,
|
| 70 |
showcoastlines=False,
|
|
|
|
| 64 |
))
|
| 65 |
|
| 66 |
fig.update_layout(
|
| 67 |
+
title_text='Commits Counts by Sub-Region for '+url,
|
| 68 |
geo=dict(
|
| 69 |
showframe=False,
|
| 70 |
showcoastlines=False,
|