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

Plot - dual parameter - not right if have delayed start #84

Open leppott opened 5 years ago

leppott commented 5 years ago

Describe the bug Plots in report with 2 parameters not right if have 2 parameters.

To Reproduce Both parameters start at record 1 to n. They don't start with the same x variable.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Converting to ggplot should fix the issue. Issue #83

leppott commented 5 years ago

QC and Aggregate Reports.

leppott commented 5 years ago

Also in PeriodStats report.

Save for later.

leppott commented 5 years ago

Bad

image

leppott commented 5 years ago

Fixed in changes made by going to ggplot.

image