dfki-ric / pytransform3d

3D transformations for Python.
https://dfki-ric.github.io/pytransform3d/
Other
619 stars 65 forks source link

add ability to hide label indicator #172

Closed alek5k closed 2 years ago

alek5k commented 2 years ago

The label indicator can look cluttered in certain views and for those not familiar with rgb conventions it may be confusing. I prefer the look of the axes without the indicator, so this PR attempts to make it a little cleaner. I did it through kwargs instead of explicit parameter to be minimally invasive.

AlexanderFabisch commented 2 years ago

Hi @alek5k, thanks for the contribution!

Some suggestions:

alek5k commented 2 years ago

No problem, thanks for the great library!

I've incorporated your suggestions.

AlexanderFabisch commented 2 years ago

No problem, thanks for the great library!

That's nice to hear, thanks!

I've incorporated your suggestions

I will take a look at it tomorrow in my time zone 🙂

AlexanderFabisch commented 2 years ago

Merged to develop. Thanks again!