etetoolkit / ete

Python package for building, comparing, annotating, manipulating and visualising trees. It provides a comprehensive API and a collection of command line tools, including utilities to work with the NCBI taxonomy tree.
http://etetoolkit.org
GNU General Public License v3.0
782 stars 212 forks source link

Example code fails: Program parameter has been renamed? #664

Open cmayer opened 1 year ago

cmayer commented 1 year ago

This example code fails: http://etetoolkit.org/docs/latest/_downloads/face_grid.py

It contains this line: f.margin_border.width = 1 which causes an error. It works with f.border.width = 1 Does this lead to the same behaviour as the old code?