We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5830055 commit 090f142Copy full SHA for 090f142
packages/python/plotly/plotly/express/_core.py
@@ -375,14 +375,14 @@ def configure_cartesian_marginal_axes(args, fig, orders):
375
376
# Configure axis ticks on marginal subplots
377
if args["marginal_x"]:
378
- fig.update_yaxes(showticklabels=False, row=nrows)
+ fig.update_yaxes(showticklabels=False, showline=False, ticks="", row=nrows)
379
if args["template"].layout.yaxis.showgrid is None:
380
fig.update_yaxes(showgrid=args["marginal_x"] == "histogram", row=nrows)
381
if args["template"].layout.xaxis.showgrid is None:
382
fig.update_xaxes(showgrid=True, row=nrows)
383
384
if args["marginal_y"]:
385
- fig.update_xaxes(showticklabels=False, col=ncols)
+ fig.update_xaxes(showticklabels=False, showline=False, ticks="", col=ncols)
386
387
fig.update_xaxes(showgrid=args["marginal_y"] == "histogram", col=ncols)
388
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments