added second part of evaluation in cpp

This commit is contained in:
2018-12-09 20:55:21 +01:00
parent 6c01b76b9c
commit 0a6b6b7d72
168 changed files with 5717 additions and 16 deletions

View File

@@ -0,0 +1,15 @@
Updates happen via git with no regular release schedule or versioning.
However, I will bump up the GNUPLOT_IOSTREAM_VERSION macro whenever
something major changes (but note that prior to version 2 this macro is not
defined).
Version 2:
* Major rewrite.
* Nearly every combination of container and tuple types is supported.
* Now you should use send1d() and send2d() rather than just send().
* When the Gnuplot object is constructed with no arguments, an attempt is made to determine
the best gnuplot command and arguments for your operating system.
Version 1:
* Original version.
* The GNUPLOT_IOSTREAM_VERSION macro is not defined prior to version 2.