Skip to content

wrong labeling in example/02 and pet_sla_and_adt.py #17

@ivicajan

Description

@ivicajan

It's just minor correction to be consistent;
when you plot c and a for _adt and/or _sla kwargs call is mixed up:
a_adt.display(ax, **kwargs_a_adt), c_adt.display(ax, **kwargs_a_sla)
think it should be:
a_adt.display(ax, **kwargs_a_adt), c_adt.display(ax, **kwargs_c_adt)

and so on in the rest of file...

Thanks for sharing really cool stuff!

Cheers
Ivica

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationgood first issueGood for newcomers

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions