[reportlab-users] How to add two flowables horizontally

Wietse Jacobs wietse.j at gmail.com
Wed Feb 11 06:33:21 EST 2009


2009/2/11 Suyash Gogte <gogtesuyash at gmail.com>:

> i m adding one table of say 8 rows n piechart....but i want to add them on

> my Doc horizontally ...means want to add them side by side or on same

> line...

> How can i do this...i m using Story object which has append method which

> appends vertically....means


You can put them both in a table with 1 row:
story.append(Table([[chart_obj, table_obj]]), style=appropriate_style)

--
--Wietse


More information about the reportlab-users mailing list