BioGraPy icon indicating copy to clipboard operation
BioGraPy copied to clipboard

TypeError: get_window_extent() got an unexpected keyword argument 'dpi'

Open zreitz opened this issue 7 years ago • 0 comments

After handling the sub_feature AttributeError, I get another:

  File "[path]/tracks.py", line 159, in _collapse
    bbox = fname.get_window_extent(dpi = dpi)
TypeError: get_window_extent() got an unexpected keyword argument 'dpi'

I'm using matplotlib 1.4.3 at the recommendation of Hanice. Ended up deleting the keyword argument and it seems to work.

zreitz avatar Mar 08 '18 16:03 zreitz