Guide to writing custom graph_objs

Hi everyone,

We currently have hacked some new plot/trace styles together with plotly (python) which give the desired result, but I was wondering if it’s possible to better mimic the default graph_objs behaviour?

Is there some guide available on how to write your own graph_objs? I tried looking up the default trace types, but the amount of methods, getters, and setters for even the simpler trace types get overwhelming really quickly.

I’d love to create my own “first class citizens” instead of “hackish” scripts :slight_smile:

Any clues/pointers?