Plotting multiple patch objects in App Designer
4 views (last 30 days)
Show older comments
Krithi Gopalan
on 1 Jun 2017
Answered: Chris Portal
on 2 Jun 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 Comments
Adam
on 1 Jun 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?
Accepted Answer
Chris Portal
on 2 Jun 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 Comments
More Answers (0)
See Also
Categories
Find more on Polygons in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!