How can I make the bullet appear directly next to the text of an indented list in the reportlab package for python?
I'm using reportlab 2.6's ListFlowable to make a bulleted list with colored circle bullets. However, I would like the bullet to appear next to the text, rather than aligned with the preceding, non-indented text. I tried to open up the ListFlowable source, but I couldn't find much there. Here's what I have: from reportlab.platypus import Paragraph, ListFlowable, ListItem, SimpleDocTemplate, Frame from reportlab.lib.styles import getSampleStyleSheet, ParagraphStyle from reportlab.lib.colors import CMYKColor doc = SimpleDocTemplate("SOtest.pdf") styles = getSampleStyleSheet() Story = [] Story