an extensive Qt5 & Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
Despite basePlotter returning the graph id, Plotter does not pass it to the caller, so I changed it to do so.
For upcoming actions, it is important to have the identity of the added graph. The graph id can't be retrieved any easier than this.
It is necessary to preserve backward compatibility with v4.0.3.
Despite basePlotter returning the graph id, Plotter does not pass it to the caller, so I changed it to do so. For upcoming actions, it is important to have the identity of the added graph. The graph id can't be retrieved any easier than this. It is necessary to preserve backward compatibility with v4.0.3.