Plotting multiple patch objects in App Designer
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Krithi Gopalan
am 1 Jun. 2017
Beantwortet: Chris Portal
am 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 Kommentare
Adam
am 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?
Akzeptierte Antwort
Chris Portal
am 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Polygons finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!