I created a Ploty graph on a new app, and clicked on the help button within the Properties pane of the Anvil editor. The Python import statement references graph_objects
vs the full documentation page mentions graph_objs
. (see screenshot) The latter works for all cases, the former does not find the Marker
class per the code example given. I was trying to change the color of the bars of my bar chart. Using the latter module import worked.