-
Hi |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @RRKV, thank you for your question. May I ask how do you usually use the API to visualize the ion images. Are you using the If you can provide an example for how do you usually visualize it with API, I can provide a simple snippet or a script to have lower/upper boundries on the intensity scale for a set of ion images. |
Beta Was this translation helpful? Give feedback.
Thank you again for your response. I think I understand what you're saying, but I don't think that solves the issue. Clipping the values just change the data that is going in, which would help if I was just trying to prevent values smaller than or larger than the minimum or maximum desired value, respectively, but this doesn't lock the color scale for the set of images when all values are within the clip boundaries.
As I was making an example, I realized that just setting the color scale measurements as vmin and vmax in the plt.imshow call accomplishes the functionality I am looking for. I've included the example image for clarity. The desired output was the "Color Scale Lock" column wher…