Marker symbol variation not working using swarmchart
@gilbertogalvis ci sta già lavorando.
Dal 16/10/2021.
Valutazione
Questa issue non è ancora stata valutata.
Descrizione
The input argument mkr isn't changing marker's symbol when using swarmchart().
rng(1)
x1 = ones(1,100);
x2 = 2 * ones(1,100);
x3 = 3 * ones(1,100);
y1 = 2 * randn(1,100);
y2 = [randn(1,50) randn(1,50) + 4];
y3 = 5 * randn(1,100) + 5;
swarmchart(x1,y1,'red','+')
hold on
swarmchart(x2,y2,'green','*')
swarmchart(x3,y3,'blue','d')
hold off
fig2plotly();
The previous code should plot 3 different series with 3 different marker symbol (+, * and diamonds), however, they're all being plotted with the default marker symbol.
Expected and generated (https://chart-studio.plotly.com/~xarico10/335/#/) plots:

Examples on using the mkr parameters can be found on:
https://www.mathworks.com/help/matlab/ref/swarmchart.html#mw_b4fe23df-071d-4ceb-991c-c53325d89599
- Lingua principale
- MATLAB
- Stelle
- 413
- Fork
- 166
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di plotly/plotly_matlab
-
Use valid Plotly.js CDN Aperta
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 55/100
plotly/plotly_matlab#526 ·
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 45/100
plotly/plotly_matlab#523 · 1 commento ·
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 35/100
plotly/plotly_matlab#481 · 1 commento ·
-
getplotlyfig() Error Aperta
Difficoltà 3/5 1-2 giorni Idoneità per principianti 35/100
plotly/plotly_matlab#480 ·
-
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 35/100
plotly/plotly_matlab#479 · 1 commento · 3 reazioni ·