Program Listing for File cpplot.cpp

Return to documentation for file (source/cpplot.cpp)

/*
 * figures.cpp Implementation of Figure and associated classes for plotting with Plotly from C++
 *
 * References:
 *
 *   [1]
 *
 * Future Improvements:
 *
 *   [1]
 *
 * Author:              Tom Clark  (thclark@github)
 *
 * Copyright (c) 2017-8 T Clark. All Rights Reserved.
 *
 */


#include "cpplot.h"


namespace cpplot {


} // end namespace