Issue with plotting images/histograms in PSII function
See original GitHub issueDescription
From #306:
In plantcv.fluor_fvfm
if debug = ‘plot’ then the histogram gets messed up. maybe there is a figure counter missing…i’m not sure how this works exactly. see attached image.
Completion Criteria
Identify why the output for @dschneiderch is not working but is for us. Maybe the 8-bit vs 16-bit format is still an issue? Or an image input format issue?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
PSII pipeline - Tutorial - PlantCV
Optimize pipeline on a PSII image set (3 images) in debug mode. · Run pipeline on small test set (ideally that spans time...
Read more >Creating Histograms – Image Processing with Python
In this episode, we will learn how to use skimage functions to create and display histograms for images. Introduction to Histograms.
Read more >Image Histograms in OpenCV - Medium
A histogram is a very important tool in Image processing. It is a graphical representation of the distribution of data. An image histogram...
Read more >python - Plotting two different image histograms as a single 2D ...
I have tried to form two seperate histograms and then construct the 2D array in a loop however this is failing. first =...
Read more >plantcv/photosynthesis_analyze_fvfm.md at main - GitHub
Analyze PSII Signal ... returns PSII analysis images (Fv/Fm image, Fv/Fm histogram) ... function which allows the user to pick a colormap for...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Good question, not totally sure but could definitely be. We were using
plt.clf
, which just clears the figure but not the plot device, so any new plot just layers on top. It definitely might carry through between functions or function executions.This should be resolved now in the current version, but feel free to reopen of course.