wattzhikang / timeline-generator

A simple python tool for creating time-based charts based on multiple types of data
GNU Affero General Public License v3.0
0 stars 0 forks source link

Event timeline spacing #2

Open wattzhikang opened 4 years ago

wattzhikang commented 4 years ago

Events in text timelines often overlap. Write an algorithm to space them better and/or angle the text so it isn't linear

wattzhikang commented 4 years ago

for setting the text at an angle use the .set_rotation() method