問題タブ [ggplotly]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
r - ggplotly で結合された geom_bar と geom_point の凡例
両方のバーの凡例とポイント (インジケーターの変化) を組み合わせたバー + ポイント チャートを取得しようとしています。geom_bar と geom_point を組み合わせたプロットの ggplot2 の凡例に従って、geom_point に形状を導入しようとしました (そうしないと、ポイントの凡例を取得できませんでした)。
ggplotly には必要な出力がありますが、凡例には奇妙なグループがあります。下のチャートの凡例を修正する方法はありますか?