0todd0000 / spm1d

One-Dimensional Statistical Parametric Mapping in Python
GNU General Public License v3.0
60 stars 21 forks source link

Mean & SD Cloud Plot Issue #282

Open joshuatbland opened 4 months ago

joshuatbland commented 4 months ago

When I try to create a mean and SD plots I am getting a tringle shaped white section in the SD shading. Has anyone else seen this before or have recommendations for trouble shooting? Thanks.

Mean_Plot
0todd0000 commented 3 months ago

I've not seen this before so something is indeed odd. Thank you for reporting this bug.

Can you please check to see if there are any nan values in the array? It is possible that an nan value will cause the plotter to ignore that point.

Can you try plotting just a portion of this? For example the first 200 points:

y1 = y[:,:200]
joshuatbland commented 3 months ago

Yes, there are some nan values at the end of the array. Here is the result of plotting the first 200 points: output_2