MCPcopy Create free account
hub / github.com/Kaggle/docker-python / test_violin_plot

Method test_violin_plot

tests/test_plotly_express.py:25–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 color_continuous_scale=px.colors.sequential.Plasma, projection="natural earth")
24
25 def test_violin_plot(self):
26 tips = px.data.tips()
27 px.scatter(tips, x="total_bill", y="tip", color="smoker", trendline="ols", marginal_x="violin", marginal_y="box")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected