問題タブ [crosstalk]

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.

0 投票する
0 に答える
38 参照

r - bscols によるクロストーク グラフの配置

Rのクロストークを介して1つのプロットグラフとプロットマップを接続しようとしています。次のように各グラフの幅を制御する方法を知っています:

しかし、私はハーフサイズの出力を得ています。高さをコントロールするには?画面の上から下まで、グラフと地図をフルサイズで表示したい。現在、画面の上半分を 2 つの等しい幅 (6,6) に分割しています。実際、私はこの本でここに提示されているものと同じものを持っています:

https://plotly-r.com/client-side-linking.html#filter - 章 16.2、グラフ 16.9:

グラフはこちら: https://plotly-r.com/interactives/plotly-leaflet-filter.html

コード: