render_art

RepPhylogeny.render_art(output_fp, annotated=False)[source]

Renders tree into file.

Parameters
  • output_fp (str) – File to render into. File format depends on the extension. For example, .pdf will produce PDF file and while .png will produce PNG file.

  • annotated (bool) – Whether to create tree with annotated tips or not.

Return type

Any