Skip to content
Discussion options

You must be logged in to vote

Hi @maohonghua,

Thank you for reaching out.
It is never a bother - we are happy to help out.

If I could summarise the "issue" you are facing, it is as follows:
The output you're getting when you run the script is different from that shown in the training video.

This is because when you use the command:

grainClick(job,'noScalebar','noFrame');

....you are plotting EBSD map pixel data.
Since your map has un-indexed (zero solutions) pixels, that is why you see "holes" in your grain plot.

On the other hand, if you used the command:

grainClick(job,'grains','noScalebar','noFrame');

...then you are plotting fully filled-in grain data.
In this case, your plot output will exactly match what you see…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@maohonghua
Comment options

@503048019-lab
Comment options

@AzdiarGazder
Comment options

Answer selected by maohonghua
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
no fix needed This does not require fixing
3 participants
Converted from issue

This discussion was converted from issue #84 on August 12, 2025 05:37.