Contributor guide
UBI Center products
plotly
When contributing to software (OpenFisca, synthimpute, PolicyEngine), you should write tests before writing code.
Use plotly.express when possible. Beyond being easier than plotly.graph_objects, it facilitates adding animations with the animation_frame argument from pandas DataFrames.
plotly.express
plotly.graph_objects
animation_frame
pandas
DataFrame
Pass a single DataFrame when possible.
previous
Code contributor guide
next
Code style