plotting poly shape with multiple regions and no holes plots some regions as holes
이전 댓글 표시
I converted some voronoi cells into regions in polyshape using polyshape and addboundary with the 'Simplify' == false option. When I plot the resulting polyshape that contains 38 regions and no holes, the resulting plot does not shade some of the cells making it look like there are holes. However, if I plot each region individually, it plots correctly, as shown by plotting region 9 in second figure. (This is on Intel Macbook Pro). Is this a bug?


댓글 수: 1
Karan Singh
2024년 1월 31일
Hi Robert, can you provide some code for me to analyse?
Thanks!
답변 (1개)
Dinesh
2024년 2월 1일
0 개 추천
Hi Robert,
The issue you're experiencing with the plot of polyshape regions not shading correctly may not necessarily be a bug, but rather a rendering or display issue. It can occur due to the complexity of the combined polyshape when plotting all 38 regions at once. To address this, you can try increasing the display resolution or adjusting the plot settings to improve the rendering of the combined polyshape. Additionally, make sure your MATLAB and graphics drivers are up-to-date, as updates can sometimes resolve rendering issues.
If you are still facing this issue, please share the code so that I can analyze it.
카테고리
도움말 센터 및 File Exchange에서 Polygonal Shapes에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!