Inventory of plotly MATLAB figures
Chưa có ai nhận issue này.
- Ngôn ngữ chính
- MATLAB
- Star
- 413
- Fork
- 166
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Line Plots:
(All line plots generated using MATLAB 2021a)
plot
- plot(X,Y)
- plot(XDatetime,YDatetime) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/162#issue-952010484
- plot(X,Y,LineSpec) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/187#issue-952521197
- plot(X1,Y1,...,Xn,Yn)
- plot(X1,Y1,LineSpec1,...,Xn,Yn,LineSpecn) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/187#issue-952521197
- plot(Y)
- plot(__, Name,Value) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/164#issue-952010624
plot3
- plot3(x,y,z)
- plot3(X,Y,Z,LineSpec)
- plot3(X1,Y1,Z1,...,Xn,Yn,Zn)
- plot3(X1,Y1,Z1,LineSpec1,...,Xn,Yn,Zn,LineSpecn)
- plot3(___,Name,Value)
- plotting multiple plots on same figure using
tiledlayout()- issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/165#issue-952169555 - plot3(XDatetime,YDatetime, ZDatetime) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/166#issue-952170482
stairs
- stairs(Y)
- stairs(X,Y)
- Plot Multiple Data Series
- stairs(___,LineSpec) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/187#issue-952521197
- stairs(___,Name,Value) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/164#issue-952010624
errorbar
None errorbar() variation is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/168#issue-952336909
- errorbar(y,err)
- errorbar(x,y,err)
- errorbar(x,y,neg,pos)
- errorbar(___,ornt)
- errorbar(x,y,yneg,ypos,xneg,xpos)
- errorbar(___,LineSpec)
- errorbar(___,Name,Value)
Datetime and Duration objects aren't supported either
- errorbar(XDatetime,YDatetime, ZDatetime) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/162#issue-952010484
area
None area() variation is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/169#issue-952339436
- area(Y)
- area(X,Y)
- Create Area Plot with Multiple Curves
- area(___,basevalue)
- area(___,Name,Value)
stackedplot
None stackedplot() variation is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/170#issue-952342393
- stackedplot(tbl)
- stackedplot(tbl,vars)
- stackedplot(___,'XVariable',xvar)
- stackedplot(X,Y)
- stackedplot(Y)
- stackedplot(___,LineSpec)
- stackedplot(___,Name,Value)
- stackedplot(parent,___)
loglog
- loglog(X,Y)
- loglog(X,Y,LineSpec) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/187#issue-952521197
- loglog(X1,Y1,...,Xn,Yn)
- loglog(X1,Y1,LineSpec1,...,Xn,Yn,LineSpecn) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/187#issue-952521197
- loglog(Y)
- loglog(Y,LineSpec) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/187#issue-952521197
- loglog(___,Name,Value) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/164#issue-952010624
semilogx
- semilogx(Y)
- semilogx(Y,LineSpec) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/187#issue-952521197
- semilogx(X,Y)
- semilogx(X,Y,LineSpec) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/187#issue-952521197
- semilogx(X1,Y1,...,Xn,Yn)
- semilogx(X1,Y1,LineSpec1,...,Xn,Yn,LineSpecn) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/187#issue-952521197
- semilogx(___,Name,Value) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/164#issue-952010624
semilogy
- semilogy(Y)
- semilogy(Y,LineSpec) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/187#issue-952521197
- semilogy(X,Y)
- semilogy(X,Y,LineSpec) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/187#issue-952521197
- semilogy(X1,Y1,...,Xn,Yn)
- semilogy(X1,Y1,LineSpec1,...,Xn,Yn,LineSpecn) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/187#issue-952521197
- semilogy(___,Name,Value) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/164#issue-952010624
fplot
None fplot() variation is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/172#issue-952377624
- fplot(f)
- fplot(f,xinterval)
- fplot(funx,funy)
- fplot(funx,funy,tinterval)
- fplot(___,LineSpec)
- fplot(___,Name,Value) - issue:
fplot3()
None fplot3() variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/173#issue-952378816
- fplot3(funx,funy,funz)
- fplot3(funx,funy,funz,tinterval)
- fplot3(___,LineSpec)
- fplot3(___,Name,Value)
fimplicit()
None of fimplicit() variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/174#issue-952379472
- fimplicit(f)
- fimplicit(f,interval)
- fimplicit(___,LineSpec)
- fimplicit(___,Name,Value)
Scatter and Bubble Charts
(All charts generated using MATLAB 2021a)
scatter
- scatter(x,y)
- scatter(x,y,sz) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/175#issue-952384016
- scatter(x,y,sz,c)
- scatter(___,'filled') - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/176#issue-952387267
- scatter(___,mkr) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/177#issue-952389340
- scatter(___,Name,Value) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/164#issue-952010624
scatter3
None of scatter3() variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/191#issue-953148265
- scatter3(X,Y,Z)
- scatter3(X,Y,Z,S)
- scatter3(X,Y,Z,S,C)
- scatter3(___,'filled')
- scatter3(___,markertype)
- scatter3(___,Name,Value)
bubblechart
None bubblechart() variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/178#issue-952392173
- bubblechart(x,y,sz)
- bubblechart(x,y,sz,c)
- bubblechart(___,Name,Value)
bubblechart3
None bubblechart3() variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/179#issue-952489667
- bubblechart3(x,y,sz)
- bubblechart3(x,y,sz,c)
- bubblechart3(___,Name,Value)
swarmchart
None of swarmchart() variations is presenting the jittering factor from the function. The data is being stacked on the corresponding value without any jittering - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/184#issue-952508535
- swarmchart(x,y)
- swarmchart(x,y,sz) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/180#issue-952495885
- swarmchart(x,y,sz,c) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/181#issue-952499168
- swarmchart(___,mkr) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/182#issue-952502189
- swarmchart(___,'filled') - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/176#issue-952387267
- swarmchart(___,Name,Value) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/164#issue-952010624
- Categorical data not supported - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/183#issue-952505120
swarmchart3()
None of swarmchart3() variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/185#issue-952512790
- swarmchart3(x,y,z)
- swarmchart3(x,y,z,sz)
- swarmchart3(x,y,z,sz,c)
- swarmchart3(___,mkr)
- swarmchart3(___,'filled')
- swarmchart3(___,Name,Value)
- Categorical data not supported - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/183#issue-952505120
spy
Y-axis is being inverted - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/186#issue-952517857
- spy(S)
- spy(S,LineSpec) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/187#issue-952521197
- spy(___,MarkerSize) - issue - https://github.com/plotly/plotly-graphing-library-for-matlab/issues/188#issue-952522971
Data Distribution Plots
(All charts generated using MATLAB 2021a)
histogram()
- histogram(X)
- histogram(X,nbins) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/197#issue-953484735
- histogram(X,edges) - issue: - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/196#issue-953481662
- histogram('BinEdges',edges,'BinCounts',counts) issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/196#issue-953481662 and https://github.com/plotly/plotly-graphing-library-for-matlab/issues/197#issue-953484735
- histogram(C) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/198#issue-953487754
- histogram(C,Categories) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/198#issue-953487754
- histogram('Categories',Categories,'BinCounts',counts) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/198#issue-953487754 and https://github.com/plotly/plotly-graphing-library-for-matlab/issues/197#issue-953484735
- histogram(___,Name,Value) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/198#issue-953487754
histogram2()
None of histogram2() variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/193#issue-953159547
- histogram2(X,Y)
- histogram2(X,Y,nbins)
- histogram2(X,Y,Xedges,Yedges)
- histogram2('XBinEdges',Xedges,'YBinEdges',Yedges,'BinCounts',counts)
- histogram2(___,Name,Value)
pie()
All pie features work properly but rendering isn't corresponding to MATLAB's way of printing the figure - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/194#issue-953305576
- pie(X)
- pie(X,explode)
- pie(X,labels)
- pie(X,explode,labels)
Also, there's an issue with the legend when plotting multiple charts on the same figure - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/195#issue-953308141
pie3()
Every chart using pie3() is presenting rendering issues - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/199#issue-953494710
- pie3(X)
- pie3(X,explode)
- pie3(...,labels)
- Plotting multiple pie charts - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/200#issue-953497627
scatterhistogram()
None of scatterhistogram() variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/201#issue-953501538
- scatterhistogram(tbl,xvar,yvar)
- scatterhistogram(tbl,xvar,yvar,'GroupVariable',grpvar)
- scatterhistogram(xvalues,yvalues)
- scatterhistogram(xvalues,yvalues,'GroupData',grpvalues)
- scatterhistogram(___,Name,Value)
- scatterhistogram(parent,___)
parallelplot()
None of parallelplot() variation is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/205#issue-954204936
- parallelplot(tbl)
- parallelplot(tbl,'CoordinateVariables',coordvars)
- parallelplot(___,'GroupVariable',grpvar)
- parallelplot(data)
- parallelplot(data,'CoordinateData',coorddata)
- parallelplot(___,'GroupData',grpdata)
- parallelplot(___,Name,Value)
- parallelplot(parent,___)
plotmatrix()
- plotmatrix(X,Y) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/206#issue-954349642
- plotmatrix(X) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/207#issue-954352630
- plotmatrix(___,LineSpec) - issue #187
Discrete Data Plots
(All charts generated using MATLAB 2021a)
bar()
In some cases, issues with the x-axis are happening- issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/208#issue-954371270
- bar(y)
- bar(x,y)
- bar(___,width) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/210#issue-954376075
- bar(___,style)
- bar(___,color) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/209#issue-954374320
- bar(___,Name,Value) - issue: #164
- Negative values on stacked bars - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/211#issue-954378314
- bar(c,y) - issue: #183
- Different charts (stacked and non-stacked) on same figure - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/212#issue-954380062
barh()
- barh(y)
- barh(x,y)
- barh(___,width)
- barh(___,style)
- barh(___,color)
- barh(___,Name,Value) - issue: #164
- Plotting multiple series - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/230#issue-957046759
- Different charts (stacked and non-stacked) on same figure - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/212#issue-954380062
bar3()
Rendering issues: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/232#issue-957056989
- bar3(Z)
- bar3(Y,Z)
- bar3(...,width)
- bar3(...,style)
- bar3(...,color) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/232#issue-957056989
bar3h()
Same rendering issues as in bar3() - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/232#issue-957056989
- bar3h(Y)
- bar3h(Z,Y)
- bar3h(...,width)
- bar3h(...,style)
- bar3h(...,color) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/232#issue-957056989
pareto()
Axes issues: - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/233#issue-957069088
- pareto(Y)
- pareto(Y,names)
- pareto(Y,X)
- pareto(...,threshold)
stem()
None of stem variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/257#issue-957340375
x-axis issue not being plotted: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/234#issue-957074192
- stem(Y)
- stem(X,Y)
- stem(___,'filled') - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/235#issue-957077461
- stem(___,LineSpec)
- stem(___,Name,Value) - issue: #164
##stem3()
None of stem3() variations is working correctly - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/236#issue-957120015
- stem3(Z)
- stem3(X,Y,Z)
- stem3(___,'filled')
- stem3(___,LineSpec)
- stem3(___,Name,Value)
Geographic Plots
(All charts generated using MATLAB 2021a)
geoplot()
None of geoplot() variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/237#issue-957122660
- geoplot(lat,lon)
- geoplot(lat,lon,LineSpec)
- geoplot(lat1,lon1,...,latN,lonN)
- geoplot(lat1,lon1,LineSpec1,...,latN,lonN,LineSpecN)
- geoplot(___,Name,Value)
geoscatter()
None of geoscatter() variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/238#issue-957123521
- geoscatter(lat,lon)
- geoscatter(lat,lon,A)
- geoscatter(lat,lon,A,C)
- geoscatter(___,M)
- geoscatter(___,'filled')
- geoscatter(___,Name,Value)
##geobubble()
None of geobubble() variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/239#issue-957125049
- geobubble(tbl,latvar,lonvar)
- geobubble(lat,lon)
- geobubble(lat,lon,sizedata)
- geobubble(lat,lon,sizedata,colordata)
- geobubble(___,Name,Value)
Polar Plots
(All charts generated using MATLAB 2021a)
polarplot()
None of polarplot() variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/240#issue-957128457
- polarplot(theta,rho)
- polarplot(theta,rho,LineSpec)
- polarplot(theta1,rho1,...,thetaN,rhoN)
- polarplot(theta1,rho1,LineSpec1,...,thetaN,rhoN,LineSpecN)
- polarplot(rho)
- polarplot(rho,LineSpec)
- polarplot(Z)
- polarplot(Z,LineSpec)
- polarplot(___,Name,Value)
polarhistogram()
None of polarhistogram() variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/241#issue-957129555
- polarhistogram(theta)
- polarhistogram(theta,nbins)
- polarhistogram(theta,edges)
- polarhistogram('BinEdges',edges,'BinCounts',counts)
- polarhistogram(___,Name,Value)
polarscatter()
None of polarscatter() variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/242#issue-957130760
- polarscatter(th,r)
- polarscatter(th,r,sz)
- polarscatter(th,r,sz,c)
- polarscatter(___,mkr)
- polarscatter(___,'filled')
- polarscatter(___,Name,Value)
polarbubblechart()
None of polarbubblechart() variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/243#issue-957131905
- polarbubblechart(theta,rho,sz)
- polarbubblechart(theta,rho,sz,c)
- polarbubblechart(___,Name,Value)
compass()
None of compass() variations is plotting the polar axes - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/244#issue-957134233
- compass(U,V)
- compass(Z)
- compass(___,LineSpec)
- Rotating compass plot - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/245#issue-957135266
ezpolar():
None of ezpolar() variations is plotting the polar axes - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/244#issue-957134233
- ezpolar(fun)
- ezpolar(fun,[a,b]) - issue (not able to see axes limits): https://github.com/plotly/plotly-graphing-library-for-matlab/issues/244#issue-957134233
Contour Plots
(All charts generated using MATLAB 2021a)
contour()
countour() is creating filled plots when it shouldn't- issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/251#issue-957288613
- contour(Z)
- contour(X,Y,Z)
- contour(___,levels) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/246#issue-957172046
- contour(___,LineSpec) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/252
- contour(___,Name,Value) - issue: #164
contourf()
- contourf(Z)
- contourf(X,Y,Z)
- contourf(___,levels) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/246#issue-957172046
- contourf(___,LineSpec) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/252
- contourf(___,Name,Value) - issue: #164
contour3()
None of contour3() is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/247#issue-957175503
- contour3(Z)
- contour3(X,Y,Z)
- contour3(___,levels) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/246#issue-957172046
- contour3(___,LineSpec)
- contour3(___,Name,Value)
fcontour()
None of fcontour() variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/248#issue-957176449
- fcontour(f)
- fcontour(f,xyinterval)
- fcontour(___,LineSpec)
- fcontour(___,Name,Value)
Vector Fields
(All charts generated using MATLAB 2021a)
quiver()
None of quiver() variations is workin - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/253#issue-957290401
- quiver(X,Y,U,V)
- quiver(U,V)
- quiver(___,scale)
- quiver(___,LineSpec)
- quiver(___,LineSpec,'filled')
- quiver(___,Name,Value)
quiver3()
None of quiver() variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/254#issue-957291282
- quiver3(X,Y,Z,U,V,W)
- quiver3(Z,U,V,W)
- quiver3(___,scale)
- quiver3(___,LineSpec)
- quiver3(___,LineSpec,'filled')
- quiver3(___,Name,Value)
feather()
- feather(U,V)
- feather(Z)
- feather(___,LineSpec)
Surface and Mesh Plots
(All charts generated using MATLAB 2021a)
surf()
Colors and grid not matching - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/255#issue-957292895
- surf(X,Y,Z)
- surf(X,Y,Z,C) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/258#issue-957342184
- surf(Z)
- surf(Z,C) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/258#issue-957342184
- surf(___,Name,Value) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/262#issue-958292134
surfc()
None of surfc() variations is working correctly - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/259#issue-958270779.
Colors and grid not matching - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/255#issue-957292895
- surfc(X,Y,Z)
- surfc(X,Y,Z,C) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/258#issue-957342184
- surfc(Z)
- surfc(Z,C) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/258#issue-957342184
- surfc(___,Name,Value) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/262#issue-958292134
surfl()
None of surfl() variations is working correctly- issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/260#issue-958277515
Colors and grid not matching - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/255#issue-957292895
- surfl(X,Y,Z)
- surfl(Z)
- surfl(___,'light')
- surfl(___,s)
- surfl(X,Y,Z,s,k)
ribbon()
Colors and grid not matching - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/255#issue-957292895
- ribbon(Y)
- ribbon(X,Y)
- ribbon(X,Y,width)
pcolor()
- pcolor(C) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/264#issue-958310600
- pcolor(X,Y,C) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/263#issue-958303859
- Specifying different types of grids - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/265#issue-958314230
fsurf()
None of fsurf() variations is working - issue:
https://github.com/plotly/plotly-graphing-library-for-matlab/issues/266#issue-958317599
- fsurf(f)
- fsurf(f,xyinterval)
- fsurf(funx,funy,funz)
- fsurf(funx,funy,funz,uvinterval)
- fsurf(___,LineSpec)
- fsurf(___,Name,Value)
fimplicit3()
None of fimplicit3() variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/267#issue-958319915
- fimplicit3(f)
- fimplicit3(f,interval)
- fimplicit3(___,LineSpec)
- fimplicit3(___,Name,Value)
mesh()
Colors and grid not matching - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/255#issue-957292895
- mesh(X,Y,Z)
- mesh(Z)
- mesh(Z,C) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/258#issue-957342184
- mesh(___,C) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/258#issue-957342184
- mesh(___,Name,Value) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/262#issue-958292134
meshc()
Same issue as in surfc() - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/259#issue-958270779.
- meshc(X,Y,Z)
- meshc(Z)
- meshc(___,C) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/258#issue-957342184
- meshc(___,Name,Value) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/262#issue-958292134
meshz()
Colors and grid not matching - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/255#issue-957292895
- meshz(X,Y,Z)
- meshz(X,Y,Z,C) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/258#issue-957342184
- meshz(Z)
- meshz(Z,C) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/258#issue-957342184
- meshz(___,Name,Value) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/262#issue-958292134
waterfall()
None of waterfall() variations is working correctly - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/268#issue-958336143
- waterfall(X,Y,Z)
- waterfall(X,Y,Z,C) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/258#issue-957342184
- waterfall(Z)
- waterfall(Z,C) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/258#issue-957342184
fmesh()
None of fmesh() variations is working - issue #269
- fmesh(f)
- fmesh(f,xyinterval)
- fmesh(funx,funy,funz)
- fmesh(funx,funy,funz,uvinterval)
- fmesh(___,LineSpec)
- fmesh(___,Name,Value)
Volume Visualization
streamline()
- streamline(X,Y,Z,U,V,W,startx,starty,startz) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/305#issue-962176195
streamslice()
- [ ]streamslice(X,Y,Z,U,V,W,startx,starty,startz) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/306#issue-962178736
streamparticles()
issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/307#issue-962184630
streamribbon()
Default colors not matching - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/309#issue-962190411
- streamribbon(X,Y,Z,U,V,W,startx,starty,startz)
streamtube()
Colors and grid not matching - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/310#issue-962197011
- streamtube(X,Y,Z,U,V,W,startx,starty,startz)
coneplot()
Cones not matching - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/311#issue-962202310
- coneplot(X,Y,Z,U,V,W,Cx,Cy,Cz)
slice()
None of slice() variations is working correctly - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/312#issue-962205007
- slice(X,Y,Z,V,xslice,yslice,zslice)
- slice(V,xslice,yslice,zslice)
- slice(___,method) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/313#issue-962218718
Animations
(All charts generated using MATLAB 2021a)
animatedline()
None ofanimatedline() variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/276#issue-959390579
- an = animatedline
- an = animatedline(x,y)
- an = animatedline(x,y,z)
- an = animatedline(___,Name,Value)
comet()
None of comet() variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/277#issue-959395761
- comet(y)
- comet(x,y)
- comet(x,y,p)
- comet(ax,x,y,p)
comet3()
None of comet3() variations is working - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/278#issue-959399268
- comet3(z)
- comet3(x,y,z)
- comet3(x,y,z,p)
- comet3(ax,x,y,z,p)
Images
(All charts generated using MATLAB 2021a)
image()
Not matching default colors - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/280#issue-959405063
- image(C)
- image(x,y,C) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/281
- image('CData',C)
- image('XData',x,'YData',y,'CData',C)
- image(___,Name,Value) - issue: #164
- image from file - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/283#issue-959420877
- Add Image to Axes in 3-D View - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/284#issue-959553802
imagec()
Not matching default colors - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/280#issue-959405063
- imagesc(C)
- imagesc(x,y,C) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/281
- imagesc('CData',C)
- imagesc('XData',x,'YData',y,'CData',C)
- imagesc(___,Name,Value) - issue: #164
- imagesc(___,clims) - issue: https://github.com/plotly/plotly-graphing-library-for-matlab/issues/285#issue-959559750
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Hướng nghiên cứu
Bắt đầu bằng cách xem lại checklist các hàm vẽ đồ thị của MATLAB và các issue được liên kết về những biến thể chưa được hỗ trợ. Xác minh các hành vi của figure được liệt kê và cập nhật danh mục để mỗi biến thể phản ánh chính xác trạng thái hiện tại của nó.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- matlab
- Lĩnh vực
- data-visualization
- Loại issue
- Tài liệu
- Độ khó
- 5/5
- Thời gian dự kiến
- Hơn một tuần
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Cần làm rõ
- Mức phù hợp với người mới
- 25/100