If my X axis is time, and my Y is numeric data, how can I add a point at an arbitrary Y value (Say 500) whenever a point exists?
I am overlaying using lines on top of other plots.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just add more points, with the same x values as your previous data, and a fixed y value.
So you have something like:
and you want to add
Having time for x values shouldn’t affect anything.