plotly / plotly/plotly_matlab

swarmchart not working correctly (doesn't present any jittering)

オープン
#184 コメント 0 件 リアクション 0 件 担当者 1 名 GitHub で見る

@gilbertogalvis がすでに取り組んでいます。

2021年9月8日 から。

documentation
主要言語
MATLAB
スター
413
フォーク
166
PR マージ指標
30日以内にマージされた PR はありません

説明

When using swarmchart() data is supposed to be offset (jittered) in the x-dimension for easier visualization. However, this isn't happening and data is just being plotted and stacked on its original value:

For example:

rng(1)

x = [ones(1,500) 2*ones(1,500) 3*ones(1,500)];
y1 = 2 * randn(1,500);
y2 = 3 * randn(1,500) + 5;
y3 = 5 * randn(1,500) + 5;
y = [y1 y2 y3];
swarmchart(x,y)

fig2plotly();

Expected and generated (https://chart-studio.plotly.com/~xarico10/337/#/) plots:
Captura de Pantalla 2021-07-26 a la(s) 12 08 34 a  m
Captura de Pantalla 2021-07-26 a la(s) 12 08 47 a  m

Examples on using swarmchart() can be found on:
https://www.mathworks.com/help/matlab/ref/swarmchart.html#responsive_offcanvas

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。