|
Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
|
#include <vector>

Go to the source code of this file.
Functions | |
| auto | linspace (double a, double b, int n) -> std::vector< double > |
| Create a linearly spaced vector of values between two endpoints. | |
| auto linspace | ( | double | a, |
| double | b, | ||
| int | n ) -> std::vector< double > |
Create a linearly spaced vector of values between two endpoints.
| a | Start value |
| b | End value |
| n | Number of points to generate |