mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 17:39:58 +00:00
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:
@@ -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()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user