Closed d13g0 closed 8 years ago
I noticed that in the image examples you show x,y,z for the coordinates and value of the image pixel. Is there a way to format this. Say, changing the 'z' for the word 'value'. I am not so sure how to achieve this. Thanks.
I figured it out sorry.
formatter='x,y = {i:.0f}, {j:.0f}\ncount = {z:.0f}'.format
I noticed that in the image examples you show x,y,z for the coordinates and value of the image pixel. Is there a way to format this. Say, changing the 'z' for the word 'value'. I am not so sure how to achieve this. Thanks.