leppott / ContDataQC

Quality control checks on continuous data. Example data is from a HOBO data logger with 30 minute intervals.
https://leppott.github.io/ContDataQC/
MIT License
20 stars 10 forks source link

Enhancement - Plots - mark suspect and flag points #91

Open leppott opened 4 years ago

leppott commented 4 years ago

Is your feature request related to a problem? Please describe. Use different colors for suspect and fail flagged points.

Describe the solution you'd like Only for overall. Don't need for each test as would be too cluttered. And not enough colors.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Example plot with Discrete measurements.

image

Points in Red might be the ones that are flagged. Could use a different point icon along with color.

image

leppott commented 4 years ago

Basic example with all points. And classified by flag type. No discrete data.

P = pass, F = Fail, S = Suspect, X = NA

image