Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inventory of plotly MATLAB figures #163

Open
xarico10 opened this issue Jul 24, 2021 · 0 comments
Open

Inventory of plotly MATLAB figures #163

xarico10 opened this issue Jul 24, 2021 · 0 comments

Comments

@xarico10
Copy link
Contributor

xarico10 commented Jul 24, 2021

Line Plots:

(All line plots generated using MATLAB 2021a)

plot

plot3

stairs

errorbar

None errorbar() variation is working - issue: #168 (comment)

  • 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

area

None area() variation is working - issue: #169 (comment)

  • area(Y)
  • area(X,Y)
  • Create Area Plot with Multiple Curves
  • area(___,basevalue)
  • area(___,Name,Value)

stackedplot

None stackedplot() variation is working - issue: #170 (comment)

  • stackedplot(tbl)
  • stackedplot(tbl,vars)
  • stackedplot(___,'XVariable',xvar)
  • stackedplot(X,Y)
  • stackedplot(Y)
  • stackedplot(___,LineSpec)
  • stackedplot(___,Name,Value)
  • stackedplot(parent,___)

loglog

semilogx

semilogy

fplot

None fplot() variation is working - issue: #172 (comment)

  • 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: #173 (comment)

  • fplot3(funx,funy,funz)
  • fplot3(funx,funy,funz,tinterval)
  • fplot3(___,LineSpec)
  • fplot3(___,Name,Value)

fimplicit()

None of fimplicit() variations is working - issue: #174 (comment)

  • fimplicit(f)
  • fimplicit(f,interval)
  • fimplicit(___,LineSpec)
  • fimplicit(___,Name,Value)

Scatter and Bubble Charts

(All charts generated using MATLAB 2021a)

scatter

scatter3

None of scatter3() variations is working - issue: #191 (comment)

  • 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: #178 (comment)

  • bubblechart(x,y,sz)
  • bubblechart(x,y,sz,c)
  • bubblechart(___,Name,Value)

bubblechart3

None bubblechart3() variations is working - issue: #179 (comment)

  • 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: #184 (comment)

swarmchart3()

None of swarmchart3() variations is working - issue: #185 (comment)

spy

Y-axis is being inverted - issue: #186 (comment)

Data Distribution Plots

(All charts generated using MATLAB 2021a)

histogram()

histogram2()

None of histogram2() variations is working - issue: #193 (comment)

  • 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: #194 (comment)

  • 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: #195 (comment)

pie3()

Every chart using pie3() is presenting rendering issues - issue: #199 (comment)

scatterhistogram()

None of scatterhistogram() variations is working - issue: #201 (comment)

  • 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: #205 (comment)

  • parallelplot(tbl)
  • parallelplot(tbl,'CoordinateVariables',coordvars)
  • parallelplot(___,'GroupVariable',grpvar)
  • parallelplot(data)
  • parallelplot(data,'CoordinateData',coorddata)
  • parallelplot(___,'GroupData',grpdata)
  • parallelplot(___,Name,Value)
  • parallelplot(parent,___)

plotmatrix()

Discrete Data Plots

(All charts generated using MATLAB 2021a)

bar()

In some cases, issues with the x-axis are happening- issue: #208 (comment)

barh()

bar3()

Rendering issues: #232 (comment)

bar3h()

Same rendering issues as in bar3() - issue: #232 (comment)

pareto()

Axes issues: - issue: #233 (comment)

  • pareto(Y)
  • pareto(Y,names)
  • pareto(Y,X)
  • pareto(...,threshold)

stem()

None of stem variations is working - issue: #257 (comment)

x-axis issue not being plotted: #234 (comment)

##stem3()
None of stem3() variations is working correctly - issue: #236 (comment)

  • 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: #237 (comment)

  • 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: #238 (comment)

  • 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: #239 (comment)

  • 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: #240 (comment)

  • 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: #241 (comment)

  • polarhistogram(theta)
  • polarhistogram(theta,nbins)
  • polarhistogram(theta,edges)
  • polarhistogram('BinEdges',edges,'BinCounts',counts)
  • polarhistogram(___,Name,Value)

polarscatter()

None of polarscatter() variations is working - issue: #242 (comment)

  • 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: #243 (comment)

  • polarbubblechart(theta,rho,sz)
  • polarbubblechart(theta,rho,sz,c)
  • polarbubblechart(___,Name,Value)

compass()

None of compass() variations is plotting the polar axes - issue: #244 (comment)

ezpolar():

None of ezpolar() variations is plotting the polar axes - issue: #244 (comment)

Contour Plots

(All charts generated using MATLAB 2021a)

contour()

countour() is creating filled plots when it shouldn't- issue: #251 (comment)

contourf()

contour3()

None of contour3() is working - issue: #247 (comment)

fcontour()

None of fcontour() variations is working - issue: #248 (comment)

  • 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: #253 (comment)

  • 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: #254 (comment)

  • 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: #255 (comment)

surfc()

None of surfc() variations is working correctly - issue: #259 (comment).
Colors and grid not matching - issue: #255 (comment)

surfl()

None of surfl() variations is working correctly- issue: #260 (comment)
Colors and grid not matching - issue: #255 (comment)

  • surfl(X,Y,Z)
  • surfl(Z)
  • surfl(___,'light')
  • surfl(___,s)
  • surfl(X,Y,Z,s,k)

ribbon()

Colors and grid not matching - issue: #255 (comment)

  • ribbon(Y)
  • ribbon(X,Y)
  • ribbon(X,Y,width)

pcolor()

fsurf()

None of fsurf() variations is working - issue:
#266 (comment)

  • 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: #267 (comment)

  • fimplicit3(f)
  • fimplicit3(f,interval)
  • fimplicit3(___,LineSpec)
  • fimplicit3(___,Name,Value)

mesh()

Colors and grid not matching - issue: #255 (comment)

meshc()

Same issue as in surfc() - issue: #259 (comment).

meshz()

Colors and grid not matching - issue: #255 (comment)

waterfall()

None of waterfall() variations is working correctly - issue: #268 (comment)

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()

streamslice()

streamparticles()

issue: #307 (comment)

streamribbon()

Default colors not matching - issue: #309 (comment)

  • streamribbon(X,Y,Z,U,V,W,startx,starty,startz)

streamtube()

Colors and grid not matching - issue: #310 (comment)

  • streamtube(X,Y,Z,U,V,W,startx,starty,startz)

coneplot()

Cones not matching - issue: #311 (comment)

  • coneplot(X,Y,Z,U,V,W,Cx,Cy,Cz)

slice()

None of slice() variations is working correctly - issue: #312 (comment)

Animations

(All charts generated using MATLAB 2021a)

animatedline()

None ofanimatedline() variations is working - issue: #276 (comment)

  • an = animatedline
  • an = animatedline(x,y)
  • an = animatedline(x,y,z)
  • an = animatedline(___,Name,Value)

comet()

None of comet() variations is working - issue: #277 (comment)

  • comet(y)
  • comet(x,y)
  • comet(x,y,p)
  • comet(ax,x,y,p)

comet3()

None of comet3() variations is working - issue: #278 (comment)

  • 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: #280 (comment)

imagec()

Not matching default colors - issue: #280 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant