Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide some parts #5

Open
1102liu opened this issue Dec 22, 2023 · 3 comments
Open

Hide some parts #5

1102liu opened this issue Dec 22, 2023 · 3 comments

Comments

@1102liu
Copy link

1102liu commented Dec 22, 2023

Hello,I want to hide the zoomed area and the line connecting the sub coordinate system and the zoomed area, but I don't know how to set, could you help me?

I have tried set the LineWidth for 0, but there will be an error in MATLAB.

@iqiukp
Copy link
Owner

iqiukp commented Dec 22, 2023

Hi. Replace ''for i = 1:numLine'' with ''for i = 1:0'' in line 558 of BaseZoom.m.

@1102liu
Copy link
Author

1102liu commented Dec 28, 2023

Thanks!

@1102liu
Copy link
Author

1102liu commented Dec 28, 2023

But the zoomed area is still there, maybe I should change other places as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants