(self)
| 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") |
nothing calls this directly
no outgoing calls
no test coverage detected