demo bugs

Mike,

In going through examples (on transforms branch immediately before you made the switch), it looks like there are a couple of new bugs
in those included by backend_driver.py:

1) legend_demo.py and legend_demo2.py make spurious black blocks, which
   go away when the plots are redrawn.

2) there is a positioning problem with the table part of table_demo.py.

Both of these are seen with the Agg or gtkagg backend; I have not
checked other backends.

Eric

Eric Firing wrote:

Mike,

In going through examples (on transforms branch immediately before you made the switch), it looks like there are a couple of new bugs
in those included by backend_driver.py:

1) legend_demo.py and legend_demo2.py make spurious black blocks, which
  go away when the plots are redrawn.

This is now fixed in SVN.

2) there is a positioning problem with the table part of table_demo.py.

I don't see this. (I must just be looking in the wrong place). Can you be more specific?

I also discovered a clipping bug that affects legends. I'm working on that now.

Cheers,
Mike

···

--
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA

Michael Droettboom wrote:

Eric Firing wrote:

2) there is a positioning problem with the table part of table_demo.py.

I don't see this. (I must just be looking in the wrong place). Can you be more specific?

The problem went away. I was pretty sure I had already deleted my old installation and build directory before the previous test, but maybe I missed something. With a fresh build and installation it is fine now.

Eric