Hold one set of data and not the other set of data on the same figure for polarscatter

1 view (last 30 days)
I am plotting two sets of data on a polarscatter figure on each iteration of a for loop. After each iteration I want to hold the one set of data points on the figure while the other refreshes and only shows the new point.
  2 Comments
dpb
dpb on 26 May 2019
Need more details on just what the data are and how generated, etc., etc., ...
In general, you just update the set wanted and delete the handle to those not...or update the data variables in the plot object itself.

Sign in to comment.

Answers (0)

Categories

Find more on Graphics Object Programming 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!