Merge pull request #286 from Palshee/patch-1

Update ips_to_maps.py
This commit is contained in:
blacktwin 2022-03-17 13:57:58 -04:00 committed by GitHub
commit bfaeed0736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,7 +364,7 @@ def draw_map(map_type, geo_dict, filename, headless, leg_choice):
leg.legendHandles[i]._legmarker.set_markersize(10)
leg.legendHandles[i]._legmarker.set_alpha(1)
leg.get_title().set_color('#7B777C')
leg.draggable()
leg.set_draggable(state=True)
leg.get_frame().set_facecolor('#2C2C2C')
for text in leg.get_texts():
plt.setp(text, color='#A5A5A7')