NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
plotasset.cpp File Reference
#include "plotasset.hpp"
Include dependency graph for plotasset.cpp:

Go to the source code of this file.

Functions

mglData duplicatePoints (const mglData &_mData)
 This static function is a fix for the MathGL bug, which connects points outside of the data range. More...
 

Function Documentation

◆ duplicatePoints()

mglData duplicatePoints ( const mglData &  _mData)

This static function is a fix for the MathGL bug, which connects points outside of the data range.

Parameters
_mDataconst mglData&
Returns
mglData

Definition at line 157 of file plotting.cpp.

Referenced by Plot::plotstd(), and Plot::plotstd3d().