Note that there are some explanatory texts on larger screens.

plurals
  1. POgraphing multiple series with the same y axis on an html page
    primarykey
    data
    text
    <p>For the last couple of days, I have been attempting to find a tool that allows me to plot two graphs on the same that, with the same y-axis and different x-axis co-ordinates. In particular, I would like to graph a curve and a line running through that curve at a specific point on the x-axis.</p> <p>The x and y points for the curve are already know and will be hard coded into the page, but the value for the x co-ordinate for the line will be generated by a program.</p> <p>I was hoping to find a tool where I could simply do something like this:</p> <p>Plot this for the curve,</p> <p>x {0, 0.05, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4, 0.45, 0.5, 0.55, 0.6, 0.65, 0.7, 0.75, 0.8, 0.85, 0.9, 0.95, 1 } </p> <p>y {0, 9.6, 6, 2.5, 1, 0.6, 0.3, 0.24, 0.1, 0.08, 0.02, 0.009, 0.0009, 0.00009, 0.000009, 0.0000009, 0, 0, 0, 0, 0 }</p> <p>And then plot something like this for the line;</p> <p>x {estRisk, estRisk}</p> <p>y {0, 10}</p> <p>where the "estRisk" will be a value between 0 and 1</p> <p>I was directed to look into google charts and dojo by my boss and some of my more experienced colleagues, but so far with both of those tools, I have only been able to find numerous tutorials and examples that allow you to plot multiple series with a common x-axis but not with a common y-axis.</p> <p>Is what I am looking for possible with any of those tools? Are there any other tools that would allow me to do this? Should I just call it a day and give up on this particular venture?</p> <p>Thanks in advance</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload