Home | Develop | Download | Contact
FuncOctavePlot.hpp
1 /*
2  * FuncOctavePlot.hpp
3  *
4  * Copyright 2018 Fernando Pujaico Rivera <fernando.pujaico.rivera@gmail.com>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19  * MA 02110-1301, USA.
20  *
21  */
22 
30 #ifndef __PDS_FUNCOCTAVEPLOT_HPP__
31 #define __PDS_FUNCOCTAVEPLOT_HPP__
32 
33 #include <Pds/Ra>
34 
44 namespace Pds{
45 
50 namespace Octave{
51 
55  extern std::string Colormap;
56 
60  extern std::string Cmd;
61 
65  extern unsigned int FontSize;
66 
70  extern unsigned int LineWidth;
71 
75  extern unsigned int MarkerSize;
76 
80  extern bool DAspect;
81 
85  extern bool XLimits;
86 
90  extern bool YLimits;
91 
95  extern bool ZLimits;
96 
100  extern std::string XLabel;
101 
105  extern std::string YLabel;
106 
110  extern std::string ZLabel;
111 
117  extern std::vector<std::string> Legend;
118 
123 namespace Plot{
124 
125 
141  bool PointsXY( const Pds::Vector &X,
142  const Pds::Vector &Y,
143  const std::string &octfilename,
144  const std::string &imgfilename);
145 
158  bool PointsXYXY(const Pds::Vector &X,
159  const Pds::Vector &Y,
160  const Pds::Vector &Xs,
161  const Pds::Vector &Ys,
162  const std::string &octfilename,
163  const std::string &imgfilename);
164 
165 
166 
188  bool PointsX2D( const Pds::Matrix &X,
189  const std::string &octfilename,
190  const std::string &imgfilename);
191 
202  bool PointsX2DY(const Pds::Matrix &X,
203  const Pds::Vector &Y,
204  const std::string &octfilename,
205  const std::string &imgfilename);
206 
207 
219  bool PointsX2DYW( const Pds::Matrix &X,
220  const Pds::Vector &Y,
221  const Pds::Vector &W,
222  const std::string &octfilename,
223  const std::string &imgfilename);
224 
235  bool ScatterX2DY(const Pds::Matrix &X,
236  const Pds::Vector &Y,
237  const std::string &octfilename,
238  const std::string &imgfilename);
239 
251  bool ScatterX2DYW(const Pds::Matrix &X,
252  const Pds::Vector &Y,
253  const Pds::Vector &W,
254  const std::string &octfilename,
255  const std::string &imgfilename);
256 
267  bool ScatterX3DY(const Pds::Matrix &X,
268  const Pds::Vector &Y,
269  const std::string &octfilename,
270  const std::string &imgfilename);
271 
272 
273 
279 } // namespace Plot
280 
281 } // namespace Octave
282 
283 } // namespace Pds
284 
285 
290 #endif /* __PDS_FUNCOCTAVEPLOT_HPP__ */
bool PointsX2D(const Pds::Matrix &X, const std::string &octfilename, const std::string &imgfilename)
Plot de muestras en 2D en las columnas X.
std::string YLabel
Texto correspondente a ylabel.
bool PointsXY(const Pds::Vector &X, const Pds::Vector &Y, const std::string &octfilename, const std::string &imgfilename)
Plot de X vs. Y.
bool YLimits
Habilita o deshabilita ylim(...) en el código octave.
std::string Cmd
Comando para invocar a octave.
std::vector< std::string > Legend
Textos de la legenda legend().
bool ScatterX2DYW(const Pds::Matrix &X, const Pds::Vector &Y, const Pds::Vector &W, const std::string &octfilename, const std::string &imgfilename)
Plot de muestras en 2D en las columnas X, muestra los valores de Y con una degradación de colores.
unsigned int FontSize
Font size usado en el código octave.
std::string XLabel
Texto correspondente a xlabel.
bool ScatterX3DY(const Pds::Matrix &X, const Pds::Vector &Y, const std::string &octfilename, const std::string &imgfilename)
Plot de muestras en 3D en las columnas X, muestra los valores de Y con una degradación de colores.
std::string Colormap
Corlormap usado en el código octave.
bool PointsXYXY(const Pds::Vector &X, const Pds::Vector &Y, const Pds::Vector &Xs, const Pds::Vector &Ys, const std::string &octfilename, const std::string &imgfilename)
Plot de X vs. Y.
bool ScatterX2DY(const Pds::Matrix &X, const Pds::Vector &Y, const std::string &octfilename, const std::string &imgfilename)
Plot de muestras en 2D en las columnas X, muestra los valores de Y con una degradación de colores.
bool PointsX2DYW(const Pds::Matrix &X, const Pds::Vector &Y, const Pds::Vector &W, const std::string &octfilename, const std::string &imgfilename)
Plot de muestras en 2D en las columnas X, clasificadas de forma binaria con Y>=0.5,...
std::string ZLabel
Texto correspondente a zlabel.
bool ZLimits
Habilita o deshabilita zlim(...) en el código octave.
bool DAspect
Habilita o deshabilita daspect([1 1 1]) en el código octave.
unsigned int LineWidth
Line width usado en el código octave.
bool XLimits
Habilita o deshabilita xlim(...) en el código octave.
bool PointsX2DY(const Pds::Matrix &X, const Pds::Vector &Y, const std::string &octfilename, const std::string &imgfilename)
Plot de muestras en 2D en las columnas X, clasificadas de forma binaria con Y>=0.5,...
unsigned int MarkerSize
Line width usado en el código octave.
Nombre de espacio para Pds (Procesamiento Digital de Senales)

Enlaces de interés

HomePage Bazaar Download Bug report Ayuda Developer Feed