plotly / plotly.py

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
https://plotly.com/python/
MIT License
15.99k stars 2.53k forks source link

Better magic_underscore explanation in docstrings #1925

Open nicolaskruchten opened 4 years ago

nicolaskruchten commented 4 years ago

I'd love to have a better answer for this kind of thing: https://stackoverflow.com/questions/58990657/python-how-do-i-find-inspect-what-kind-of-arguments-a-function-accepts

Some thoughts:

@emmanuelle thoughts?

emmanuelle commented 4 years ago

You mean document the fact that for example in go.Scatter we can pass marker= but alos marker_color=?

nicolaskruchten commented 4 years ago

Yep!