Closed madelinemarshall closed 6 years ago
Is it possible to print out data labels as "AuthorName et al. (Date)" or even "AuthorName (Date)" instead of AuthorNameDate?
This feature is not included. But you can do [label[:label.rfind('20')]+'et al. ('+label[label.rfind('20'):]+')' for label in labels]
Perfect, that's exactly what I was after. Thanks!
Is it possible to print out data labels as "AuthorName et al. (Date)" or even "AuthorName (Date)" instead of AuthorNameDate?