AliMustapha commited on
Commit
ca893a9
·
1 Parent(s): 58b074e

add the get_commits_per_region function

Browse files
Files changed (1) hide show
  1. 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,