Factory method for creating a LineGraph. x and y must both be
input ranges of the same length, with elements implicitly convertible
to doubles. Note that they are copied inside the factory, so changes
to the original ranges after calling this factory will not affect the
plot.
Factory method for creating a LineGraph. x and y must both be input ranges of the same length, with elements implicitly convertible to doubles. Note that they are copied inside the factory, so changes to the original ranges after calling this factory will not affect the plot.