camelot-project / frontend

The frontend: The web-facing server software for CAMELOT
BSD 3-Clause "New" or "Revised" License
2 stars 14 forks source link

NaN handling problems in plots? #146

Open e-koch opened 9 years ago

e-koch commented 9 years ago

Moved from https://github.com/radio-astro-tools/spectral-cube/issues/215

@keflavich - Matplotlib is handling the nans fine (as in skipping them) so long as zMax, zMin, xMax... are set.

Currently I think the only NaNs come up as radii, so we may want to still plot them using a special marker. This could be done in general for points which can still be plotted in the plane for 2 given parameters, but the z parameter isn't available.