Python Chart

.. added a python chart type, it doesn't execute code
   yet. Just a reimplementation of the RChart UX

.. next we need to trap output and run code on selection
   before proceeding to setting an API for Data and Charting
This commit is contained in:
Mark Liversedge
2017-11-22 18:20:00 +00:00
parent 0a2ac3aa6b
commit 1874ddaaeb
7 changed files with 705 additions and 9 deletions

View File

@@ -1,12 +1,9 @@
/*
* Copyright (c) 2016 Mark Liversedge (liversedge@gmail.com)
* Copyright (c) 2017 Mark Liversedge (liversedge@gmail.com)
*
* Additionally, for the original source used as a basis for this (RInside.cpp)
* Released under the same GNU public license.
*
* Copyright (C) 2009 Dirk Eddelbuettel
* Copyright (C) 2010 - 2012 Dirk Eddelbuettel and Romain Francois
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your option)
@@ -66,3 +63,8 @@ PythonEmbed::PythonEmbed(const bool verbose, const bool interactive) : verbose(v
loaded = true;
}
void
PythonEmbed::cancel()
{
}