NOTICE: This package has been removed from pkgsrc

./wip/kplotting, Lightweight plotting framework

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 5.21.0, Package name: kplotting-5.21.0, Maintainer: markd

KPlotWidget is a QWidget-derived class that provides a virtual base class
for easy data-plotting. The idea behind KPlotWidget is that you only have
to specify information in "data units"; i.e., the natural units of the
data being plotted. KPlotWidget automatically converts everything
to screen pixel units.

KPlotWidget draws X and Y axes with tick marks and tick labels. It
automatically determines how many tick marks to use and where they should
be, based on the data limits specified for the plot. You change the limits
by calling `setLimits(double x1, double x2, double y1, double y2)`.

Data to be plotted are stored using the KPlotObject class. KPlotObject
consists of a QList of QPointF's, each specifying the X,Y coordinates
of a data point. KPlotObject also specifies the "type" of data to be
plotted (POINTS or CURVE or POLYGON or LABEL).


Required to run:
[x11/qt5-qtbase]

Required to build:
[pkgtools/x11-links] [x11/glproto] [x11/renderproto] [x11/xproto] [x11/xf86vidmodeproto] [x11/xf86driproto] [x11/damageproto] [x11/inputproto] [x11/xextproto] [x11/randrproto] [x11/dri2proto] [x11/xcb-proto] [x11/fixesproto4] [devel/extra-cmake-modules]

Master sites: (Expand)

SHA1: 5019ba30579e2749daf73310c12739f9228c7b88
RMD160: b51e0d08c933540f7838fa0e74bde0c37adfad51
Filesize: 28.816 KB

Version history: (Expand)