Bug 107481 - additional interface for image plot (wishlist)
Summary: additional interface for image plot (wishlist)
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.1.0
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 18:23 UTC by sasa
Modified: 2007-04-18 22:27 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sasa 2005-06-15 18:23:05 UTC
Version:           1.1.0 (using KDE 3.3.2, Gentoo)
Compiler:          gcc version 3.3.5-20050130 (Gentoo Linux 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1)
OS:                Linux (i686) release 2.6.8-gentoo-r8

Hi,
would be great if it would be possible to plot image by using 3 vectors in addition to plot matrix. If we have data set 
{x_i, y_i, z_i}, where i goes from 1 to max_N and would like to plot image with points at (x_i,y_i) and color z_i. The matrix plot has limitation that we can not change x-y scale and we must have the whole matrix rather then only elements different than 0.

In principle same thing could be upgraded later in 3D plots (with rotations in 3d space).

cheers,
sasa
Comment 1 Netterfield 2007-04-18 22:27:49 UTC
SVN commit 655587 by netterfield:

BUG: 107481
Make a matrix from three vectors.


 M  +1 -1      Makefile.am  
 A             binnedmap (directory)  
 A             binnedmap/Makefile.am  
 A             binnedmap/binnedmap.cpp   [License: GPL (v2+)]
 A             binnedmap/binnedmap.h   [License: GPL (v2+)]
 A             binnedmap/binnedmapdialog_i.cpp   [License: GPL (v2+)]
 A             binnedmap/binnedmapdialog_i.h   [License: GPL (v2+)]
 A             binnedmap/binnedmapdialogwidget.ui  
 A             binnedmap/kstobject_binnedmap.desktop  


--- branches/work/kst/1.5/kst/src/plugins/Makefile.am #655586:655587
@@ -20,5 +20,5 @@
 CORRELATION_SUBDIR=correlation
 endif
 
-SUBDIRS=bin periodogram phase statistics chop crossspectrum syncbin effective_bandwidth despike $(NOISE_SUBDIR) $(FITS_SUBDIR) $(FITSNONLINEAR_SUBDIR) $(INTERPOLATIONS_SUBDIR) $(PASS_FILTERS_SUBDIR) $(CORRELATION_SUBDIR) $(CONVOLUTION_SUBDIR) cumulative_sum differentiation shift discretizing_filters
+SUBDIRS=bin binnedmap periodogram phase statistics chop crossspectrum syncbin effective_bandwidth despike $(NOISE_SUBDIR) $(FITS_SUBDIR) $(FITSNONLINEAR_SUBDIR) $(INTERPOLATIONS_SUBDIR) $(PASS_FILTERS_SUBDIR) $(CORRELATION_SUBDIR) $(CONVOLUTION_SUBDIR) cumulative_sum differentiation shift discretizing_filters