```python px.scatter(tips, x="total_bill", y="tip", facet_row="time", facet_col="day", labels={"time": "THE TIME", "day": "THE DAY"}) ```  Reported in https://github.com/plotly/plotly_express/pull/164