软件包:libgnuplot-iostream-doc(0~20140302.gitc8919a0+dfsg-4)
libgnuplot-iostream-doc 的相关链接
Debian 的资源:
下载源码包 gnuplot-iostream:
- [gnuplot-iostream_0~20140302.gitc8919a0+dfsg-4.dsc]
- [gnuplot-iostream_0~20140302.gitc8919a0+dfsg.orig.tar.xz]
- [gnuplot-iostream_0~20140302.gitc8919a0+dfsg-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [www.stahlke.org]
相似软件包:
C++ programming interface for gnuplot. Docs and examples
This interface allows gnuplot to be controlled from C++ and is designed to be the lowest hanging fruit. In other words, if you know how gnuplot works it should only take 30 seconds to learn this library. Basically it is just an iostream pipe to gnuplot with some extra functions for pushing data arrays and getting mouse clicks. Data sources include STL containers (eg. vector or map) and one or two dimensional Blitz++ arrays (of scalars or TinyVectors). Support for other data sources should be easy to add.
Basically there are two functions defined: send() sends arrays of data values (it is overloaded to do the right thing based upon what type of variable you pass) and getMouse() gets the position of a mouse click. Everything else is accomplished by sending commands manually to gnuplot via the iostream
其他与 libgnuplot-iostream-doc 有关的软件包
|
|
|
|
-
- sug: cmake
- 跨平台、开源的构建系统
-
- sug: gnuplot-iostream
- 软件包暂时不可用