-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
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 documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers