Re: [Matplotlib-users] How to add a scroll bar to a table

2006-10-06 Thread John Hunter
> "zhangh1" == zhangh1 <[EMAIL PROTECTED]> writes: zhangh1> Hi, all: I added a table to my figure using 'table' zhangh1> function. But since this table is very long, the user can zhangh1> only see part of it. Is there any easy way to add a zhangh1> scroll bar to the chart so t

[Matplotlib-users] How to add a scroll bar to a table

2006-10-05 Thread zhangh1
Hi, all: I added a table to my figure using 'table' function. But since this table is very long, the user can only see part of it. Is there any easy way to add a scroll bar to the chart so that the user can scroll it down and see it? Thanks