Skip to content Skip to sidebar Skip to footer

How Can I Search For The Options For A Particular Property Of A Plotly Figure?

The question In the figure below, the jagged shape of the line is set using 'hvh' as an argument for the shape property of the line. As a specific example for a more general case,

Solution 1:

You can always use your in-browser ctl-F to search within the page at https://plot.ly/python/reference/ if the search box isn't giving you what you need.

That said, I've just updated our search index to include the list of accepted values in enumerated attributes, so as of 2 minutes ago, searching for "hvh" gives:

enter image description here

Post a Comment for "How Can I Search For The Options For A Particular Property Of A Plotly Figure?"