Plotting multiple patch objects in App Designer
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Krithi Gopalan
el 1 de Jun. de 2017
Respondida: Chris Portal
el 2 de Jun. de 2017
I am having issues with plotting multiple patch objects on a plot in App Designer. I know there is a 'NextPlot' property for UIAxes, but it doesn't work when plotting patch. Is there a way to plot multiple patches in App Designer?
6 comentarios
Adam
el 1 de Jun. de 2017
Looking at the help patch is not supported at all in App Designer at the moment so how are you even getting a single patch?
Respuesta aceptada
Chris Portal
el 2 de Jun. de 2017
Krithi, there are a few things going on here...
- NextPlot is not contributing to the problem here. What you're running into is UIAxes cannot be GCA, which is why you aren't getting the results you expect.
- The other issue is the File Exchange chart you're using doesn’t support an axes parent handle. Instead it has a ‘lineprops’ input, so if you pass in a ‘parent’ option there, it will only affect the lines, not the axes.
- If the FX chart did support an axes parent option, in R2017a, the PATCH command would issue an error because it isn't supported by UIAxes (at the moment).
PATCH support in UIAxes is right around the corner, but even with that support in place, you'll still run into an issue unless a parent input is also supported in the shadedErrorBar chart.
Hope this helps!
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Polygons en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!