Closed ivalaginja closed 4 years ago
matplotlib treats masked arrays just as we want them to be displayed, such that the masked data points simply don't appear in the plots but the overall data shape gets retained. The rest of the work concerning the PDF report plots is being done in #80.
Originally posted by @hrwakeford in https://github.com/hrwakeford/ExoTiC-ISM/pull/46#issuecomment-517743855
We started using masked arrays in PR #46 AIC so that we can ignore models yielding negative AIC. Turns out that masked data points get completely ignored when we plot those arrays, however we would like to have them included in the plots but just be marked differently.
We need to adjust the figures for inclusion in the report anyway, currently they're quite all over the place.