I used applyhatch_pluscolor to fill the bar chart, but the legend and coordinates text are blurred,

조회 수: 4 (최근 30일)
I used applyhatch_pluscolor to fill the bar chart, but the legend and coordinates text are blurred, why?

채택된 답변

DGM
DGM 2022년 8월 9일
편집: DGM 2022년 8월 9일
That FEX submission hasn't been maintained in over a decade and predates the current graphics system. It doesn't work unless you rewrite parts of it to fix all the things that have either broken since 2011 or things which have never worked well to begin with. On the submission page, there are multiple suggestions from users regarding ways to work around those problems, including ways to address the unusable low-resolution raster output option. I would suggest to either try one of those, try to increase the specified resolution, or use something else.
If you want to continue trying to troubleshoot applyhatch_pluscolor(), you'll have to provide a complete example of how you're using it. If you've modified applyhatch_plus.m or applyhatch_pluscolor.m, you'll have to attach them, otherwise nobody else can be sure they're replicating your conditions.
If you choose to use something different, depending on what you expect, hatchfill2() on the FEX might work as well.
That will modify the contents of the figure itself. If you then want to save the figure, you can do so using whatever method you choose. (e.g. manually using the figure/axes tools, programmatically using print(), export_fig(), or in newer versions, exportgraphics())

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Legend에 대해 자세히 알아보기

제품


릴리스

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by