This is the current definition: ```cpp struct Gnuplotpp::Vector2d { double x = 0; double y = 0; }; ``` it should be changed making the actual data private and exposing `x()` and `y()` methods so that is conformed to the LC library
This is the current definition:
it should be changed making the actual data private and exposing
x()andy()methods so that is conformed to the LC library