Skip to content

Version 1.1

Compare
Choose a tag to compare
@muralivnv muralivnv released this 05 Oct 03:18
· 39 commits to master since this release

Changelog

  • Refactored cppyplot_types.h to remove container as function argument while unpacking nested type.
  • Added preprocessor directives to check whether the target system is Windows or Linux before spawning a python server.
  • Defined function overload for member func raw to take containers as arguments along with the plotting commands.
  • Restricted data type of variadic template to std::pair<std::string, T...> (with T being the variadic data type) for member func's raw and data_args.