kmatplot-general Mailing List for KMatplot (Page 14)
Brought to you by:
kamil
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(5) |
Jun
(2) |
Jul
(6) |
Aug
(6) |
Sep
|
Oct
(5) |
Nov
(8) |
Dec
(9) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(15) |
Feb
(12) |
Mar
(15) |
Apr
(3) |
May
(46) |
Jun
(14) |
Jul
(2) |
Aug
(2) |
Sep
(3) |
Oct
(1) |
Nov
(1) |
Dec
(7) |
2003 |
Jan
(6) |
Feb
(3) |
Mar
(3) |
Apr
(1) |
May
(6) |
Jun
(2) |
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2004 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(1) |
2005 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
(3) |
Aug
(1) |
Sep
(5) |
Oct
(1) |
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(1) |
Jun
(2) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2007 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(2) |
Jul
(5) |
Aug
(22) |
Sep
(9) |
Oct
(9) |
Nov
(11) |
Dec
(11) |
2008 |
Jan
(5) |
Feb
(5) |
Mar
(10) |
Apr
(18) |
May
(10) |
Jun
(12) |
Jul
(14) |
Aug
(5) |
Sep
(10) |
Oct
(11) |
Nov
(14) |
Dec
(50) |
2009 |
Jan
(61) |
Feb
(4) |
Mar
(1) |
Apr
(24) |
May
(80) |
Jun
(74) |
Jul
(41) |
Aug
(21) |
Sep
(16) |
Oct
(35) |
Nov
(14) |
Dec
(7) |
2010 |
Jan
|
Feb
|
Mar
(32) |
Apr
(49) |
May
(75) |
Jun
(58) |
Jul
(41) |
Aug
(42) |
Sep
(17) |
Oct
(3) |
Nov
(2) |
Dec
|
2011 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: Robert S. <ro...@sc...> - 2001-08-02 22:31:56
|
On Sat, 4 Aug 2001, Kamil wrote: > Yes, but what to do if they are not there ? Two possibilities: output an errormessage telling the user what's missing where or installing a personal versinon of the files in the user's home directory. > Uff ! I could vow that they are taken KDE-2.1.1, everything works well > on my RedHat. Hmmm, I'm not sure, but if you look at admin/acinclude.m4.in (where the KDE_FIND_PATH ist defined) it has copyright messages up to 1999... But again, I'm no expert, just a guess. How do other applications perform the task of getting the right paths? Did you look at the output of a KDevelop generated project? Btw, are you using KDevelop? There is a project file, but e.g. the admin/ stuff we are talking about here doesn't seem to be autogenerated to me... > I'm afraid I didn't get it to work without installing before, you > can't point KDEDIR to your build directory- it won't work, but you can > always install it in your home directory. If you install a shared > library in a non-library directory, you must also add it to > LD_LIBRARY_PATH. Check if it works: Hmmm, strange. ldd says that kmatplot/kmatplot is not a shared library! So I assume it is linked statically. At the moment I'm recompiling with --with-kde-dir=3D/opt/kde2 and --with-qt-dir=3D/usr/lib/qt2. This takes qui= te a long time on my 300 MHz MII, so I assume I'll probably be able to give you more success or error reports tomorrow morning. > export LD_LIBRARY_PATH=3D$LD_LIBRARY_PATH:/home/kamil/kmatplot/lib > env KDEDIR=3D/home/kamil/kmatplot kmatplot > > Did you do so ? I'll try it again if my current comiler run has finised and keep you informed. > I didn't see the post from Tortsen and I know nothing about obsoleting > KDEDIR. It still must be set when program is installed in a > non-standard directory. Sorry, a misunderstanding - there was no post here. I talked to Torsten some time ago about another problem and during the discussion he mentioned that KDEDIR should be obsoleted at that time; I'm not sure if this is really the case in the mean time or not (havn't compiled KDE myself for some time...). Robert --=20 +--------------------------------------------------------+ | Dipl.-Ing. Robert Schwebel | | Braunschweiger Stra=DFe 79, 31134 Hildesheim, Germany | | Phone: +49-5121-28619-0 Fax: +49-5121-28619-4 | +--------------------------------------------------------+ |
From: Kamil <kam...@po...> - 2001-08-02 22:01:06
|
On Fri 3. August 2001 01:18, you wrote: > > Hmmm, shouldn't be too hard to check if the files are in the assumed > places? Unfortunately, I don't know enough of the KDE stuff yet to be > really hepful in this department. > Yes, but what to do if they are not there ? > > Not being an expert in autoconf things, this seems to be a problem with > your autoconf configuration files in the admin directory which seem to be > taken from a KDE1 installation. > Uff ! I could vow that they are taken KDE-2.1.1, everything works well on my RedHat. > > Hmmm, at the moment I didn't install kmatplot at all, I just wanted to > test it in the directory where it was compiled. If I understood Torsten > correctly some time ago the KDEDIR variable is obsolete and is not being > used any more? However, compiling and starting from the directory without > being installed should always work, I assume. But also following your > hints doesn not work, I get the same error... > I'm afraid I didn't get it to work without installing before, you can't point KDEDIR to your build directory- it won't work, but you can always install it in your home directory. If you install a shared library in a non-library directory, you must also add it to LD_LIBRARY_PATH. Check if it works: ./configure --prefix=/home/kamil/kmatplot make install export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/kamil/kmatplot/lib env KDEDIR=/home/kamil/kmatplot kmatplot Did you do so ? I didn't see the post from Tortsen and I know nothing about obsoleting KDEDIR. It still must be set when program is installed in a non-standard directory. Kamil |
From: Robert S. <ro...@sc...> - 2001-08-02 21:15:33
|
Hi, On Fri, 3 Aug 2001, Kamil wrote: > Oh, remember that those ./configure scripts are written by KDE guys, > the one I use was released with KDE 2.1.1 and it often fails to > configure the build properly, especially on Suse. Strange. I send a copy of this mail to Torsten Rahn from the KDE team, perhaps he can give us some comments. > KMatplot crashes after startup if it can't find its resource files, which= it > try to find in standard KDEDIR directory. Hmmm, shouldn't be too hard to check if the files are in the assumed places? Unfortunately, I don't know enough of the KDE stuff yet to be really hepful in this department. > KDEDIR is named /opt/kde2 ( SUSE ), but for some reasons 'configure' > script is trying to install the program into /opt/kde, which contains > KDE1 files. Not being an expert in autoconf things, this seems to be a problem with your autoconf configuration files in the admin directory which seem to be taken from a KDE1 installation. > If KMatplot installed itself in a non-standard directory > you must pass this directory in KDEDIR variable. Run terminal and > check if it works: > env KDEDIR=3D/opt/kde kmatplot > env KDEDIR=3D/usr kmatplot > env KDEDIR=3D/opt/kde2 kmatplot Hmmm, at the moment I didn't install kmatplot at all, I just wanted to test it in the directory where it was compiled. If I understood Torsten correctly some time ago the KDEDIR variable is obsolete and is not being used any more? However, compiling and starting from the directory without being installed should always work, I assume. But also following your hints doesn not work, I get the same error... Robert --=20 +--------------------------------------------------------+ | Dipl.-Ing. Robert Schwebel | | Braunschweiger Stra=DFe 79, 31134 Hildesheim, Germany | | Phone: +49-5121-28619-0 Fax: +49-5121-28619-4 | +--------------------------------------------------------+ |
From: Kamil <kam...@po...> - 2001-08-02 20:19:06
|
On Thu 2. August 2001 23:32, you wrote: > Hi, > > I have problems installing kmatplot-0.2.2 on SuSE 7.2. Compiling does work > now, but starting doesn't: > > callisto:/usr/local/kmatplot-0.2.2/kmatplot # ./kmatplot > Xlib: extension "RENDER" missing on display ":0.0". > FATAL: Error loading libkmatplot: > KCrash: crashing.... crashRecursionCounter = 2 > KCrash: Application Name = lt-kmatplot path = <unknown> > Xlib: extension "RENDER" missing on display ":0.0". > callisto:/usr/local/kmatplot-0.2.2/kmatplot # > > Any idea what could be the reason for this? What's this strange RENDER > extention that seems to be missing? > > Robert Missing extension isn't a big problem ( it is present in XFree4.0.0 ). I bet that it is a common problem with SUSE. Oh, remember that those ./configure scripts are written by KDE guys, the one I use was released with KDE 2.1.1 and it often fails to configure the build properly, especially on Suse. KMatplot crashes after startup if it can't find its resource files, which it try to find in standard KDEDIR directory. KDEDIR is named /opt/kde2 ( SUSE ), but for some reasons 'configure' script is trying to install the program into /opt/kde, which contains KDE1 files. If KMatplot installed itself in a non-standard directory you must pass this directory in KDEDIR variable. Run terminal and check if it works: env KDEDIR=/opt/kde kmatplot env KDEDIR=/usr kmatplot env KDEDIR=/opt/kde2 kmatplot You can reinstall KMatplot in a different directory ( forcing using a standard KDEDIR ) with commands. ./configure --prefix=/opt/kde2 make install Check also if KMatplot resources directory is readable end executable for all users ( r-x ). Common places are /opt/kde2/share/apps/kmatplot, /opt/kde/share/apps/kmatplot, /usr/share/apps/kmatplot drwxrwxr-x 4 root root 4096 lip 12 15:19 kmatplot Kamil |
From: Robert S. <ro...@sc...> - 2001-08-02 19:28:36
|
Hi, I have problems installing kmatplot-0.2.2 on SuSE 7.2. Compiling does work now, but starting doesn't: callisto:/usr/local/kmatplot-0.2.2/kmatplot # ./kmatplot Xlib: extension "RENDER" missing on display ":0.0". FATAL: Error loading libkmatplot: KCrash: crashing.... crashRecursionCounter =3D 2 KCrash: Application Name =3D lt-kmatplot path =3D <unknown> Xlib: extension "RENDER" missing on display ":0.0". callisto:/usr/local/kmatplot-0.2.2/kmatplot # Any idea what could be the reason for this? What's this strange RENDER extention that seems to be missing? Robert --=20 +--------------------------------------------------------+ | Dipl.-Ing. Robert Schwebel | | Braunschweiger Stra=DFe 79, 31134 Hildesheim, Germany | | Phone: +49-5121-28619-0 Fax: +49-5121-28619-4 | +--------------------------------------------------------+ |
From: Obed S. <Obe...@gr...> - 2001-07-20 18:47:30
|
I've built kmatplot 0.2.2 under SuSE Linux 7.2. Along the way I've found a few bugs. The first attachment is contains a couple of context diffs for the bugs that I fixed. The first bug gets rid of an unterminated comment and the second removes an un-necessary include file that couldn't be found under my Linux install. The second attachment gives the text of a crash report. Once kmatplot starts it crashes, for me. I find the goals of kmatplot very attractive and would like to use kmatplot and help with bugs where I can. However I'm not really equipped to deal with alpha code. What is the relative level of maturity of kmatplot? O. Scott Sands Communications System Analyst Space Communications Program NASA Glenn Research Center mailto:Obe...@gr... |
From: Obed S. <Obe...@gr...> - 2001-07-20 18:37:31
|
I've built kmatplot 0.2.2 under SuSE Linux 7.2. Along the way I've found a few bugs. The first attachment is contains a couple of context diffs for the bugs that I fixed. The first bug gets rid of an unterminated comment and the second removes an un-necessary include file that couldn't be found under my Linux install. The second attachment gives the text of a crash report. Once kmatplot starts it crashes, for me. I find the goals of kmatplot very attractive and would like to use kmatplot and help with bugs where I can. However I'm not really equipped to deal with alpha code. What is the relative level of maturity of kmatplot? O. Scott Sands Communications System Analyst Space Communications Program NASA Glenn Research Center mailto:Obe...@gr... |
From: Kamil <kam...@po...> - 2001-07-18 23:17:04
|
On Wed 18. July 2001 18:51, you wrote: > Hi, > > when I write GTK+ code I usually use the gtkextra plot widgets > to display plots. They were created by Adrian Feiguin for his powerful > Scigraphica plot program. However, I also would like to use ready made > plot widgets when writing QT code. Therefore my question: > > Are the widgets created for Kmatplot available as a seperate package? > > Felix I'm afraid there is no separate library. Of course I plan to release such library in the future, when API will mature enough. Look at /widgets subdirectory of the KMatplot source tree, where all files for that library are placed. There are two simple demos in /demos subdirectory. You can even generate ( using kdoc or oxygen ) some docs, but they are partially outdated, so can be misleading ( you can always mail me your questions ) but the major problem is that there are major changes planned, so probably succesive versions will be incompatible with this version. Kamil |
From: Felix E. K. <fel...@in...> - 2001-07-18 16:49:44
|
Hi, when I write GTK+ code I usually use the gtkextra plot widgets to display plots. They were created by Adrian Feiguin for his powerful Scigraphica plot program. However, I also would like to use ready made plot widgets when writing QT code. Therefore my question: Are the widgets created for Kmatplot available as a seperate package? Felix |
From: Kamil <kam...@po...> - 2001-07-16 22:21:50
|
There are following RPM binary packages available to download at: http://kmatplot.sourceforge.net ( thanks to Laurent Jacques ): - i386 RedHat 6.2 - i386 RedHat 7.1 - Alpha Redhat 7.0 |
From: Kamil <kam...@po...> - 2001-07-11 21:21:44
|
Version note: - bugfixes: surfaces use row index, autorun from within Octave and Scilab, loads/saves arrow styles, no crashing when loading/saving or deleting objects, Scilab functions updated. - exporting(requires) to Qt Metafile, PNG, JPEG, BMP, pdf(GhostScript), eps(Ghostscript), xfig(pstoedit) and other formats provided by GhostScript, pstoedit or ImageMagick. - global data sheets. - rulers added to the page view - 3d scatter and trajectory plots More Info: http://kmatplot.sourceforge.net |
From: Kamil <kam...@po...> - 2001-06-15 21:54:27
|
On Fri 15. June 2001 19:57, you wrote: > Hi, > > I'm trying to import some surface data into kmatplot, and I'm having > trouble with the y axis values. I have specified a row vector of x-values, > a column vector of y-values, and a matrix of z-values. The z and x-values > are correctly imported. but the y-values aren't. They are accepted in the > import dialog box, but the y axis on the surface plot itself are the > default (1,2,3,4...) instead of the values I supplied, which range between > -1 and 1. > > Is this a known bug? Yes, it is a known bug now - thanks. I try to fix it as soon as possible. > > I'd really like to see the x-y plane of the surface plot with the correct > proportions (in my case 1 by 2) instead of the default square proportions. > There is "LENGTH" parameter on an axis panel - use parameter of the X, Y or Z axis to change proportions of appropriate edges. Kamil. |
From: Robert E. P. <pa...@fa...> - 2001-06-15 17:57:46
|
Hi, I'm trying to import some surface data into kmatplot, and I'm having trouble with the y axis values. I have specified a row vector of x-values, a column vector of y-values, and a matrix of z-values. The z and x-values are correctly imported. but the y-values aren't. They are accepted in the import dialog box, but the y axis on the surface plot itself are the default (1,2,3,4...) instead of the values I supplied, which range between -1 and 1. Is this a known bug? I'd really like to see the x-y plane of the surface plot with the correct proportions (in my case 1 by 2) instead of the default square proportions. any ideas? thanx, rob |
From: Maurizio U. <un...@jl...> - 2001-05-31 19:42:57
|
This is just to say I hope kmatplot will improve, I think it's a really nice program. I cannot yet use it because of my data format, but I'm looking forward to new release. I'm in particle physics, currently using ROOT but looking around for better and kmatplot has good premises. Mauri |
From: Kamil <kam...@po...> - 2001-05-31 01:49:20
|
On Wed 30. May 2001 00:12, you wrote: > I use some visualization tools like matlab or tecplot one various sytems. > Though on my linux PC I don't have any of these available and kmatplot > might be a good alternative in some cases except that kmatplot uses a ascii > data format which most of my programs (c, fortran) can not write. Most of > these programs write data in columns where each column represents a > variable. > > e.g.: > > x y u v > 1 1 3.2 1.1 > 1 2 3.1 4.3 > 1 3 1 3 > 2 1 3 7 > 2 2 7 4 > 2 3 5 7 > 3 1 4 5 > 3 2 3 5 > 3 3 2 3 > > Is there any option to read in ascii data this format? > > Since many of my data analysis programs write data this way (optionally > using some header information about the exact format) it would be a nice > feature...for me. > > What is the idea behind the current "#name: ...." format? Is it Octave > stuff? > Yes it's Octave-like format: #name: x 1 1 1 2 2 2 3 3 3 #name: y 1 2 3 1 2 3 1 2 3 And I'm afraid there is no option for easy importing such data into KMatplot, you can use Octave to convert this format and load it into Kmatplot. Currently data management is very straightforward - I plan to add something like a global list of matrices ( worksheets ), so any plot can refer to any range in the any global matrix. But writing the second tecplot will take time surely, now I'm adding pixmap export and next in queue is adding scatter 3D plots, so it is the third option, so stay tuned. Kamil |
From: Kees v. W. <C.v...@st...> - 2001-05-29 22:16:52
|
I use some visualization tools like matlab or tecplot one various sytems. Though on my linux PC I don't have any of these available and kmatplot might be a good alternative in some cases except that kmatplot uses a ascii data format which most of my programs (c, fortran) can not write. Most of these programs write data in columns where each column represents a variable. e.g.: x y u v 1 1 3.2 1.1 1 2 3.1 4.3 1 3 1 3 2 1 3 7 2 2 7 4 2 3 5 7 3 1 4 5 3 2 3 5 3 3 2 3 Is there any option to read in ascii data this format? Since many of my data analysis programs write data this way (optionally using some header information about the exact format) it would be a nice feature...for me. What is the idea behind the current "#name: ...." format? Is it Octave stuff? Kees |
From: Kamil <kam...@po...> - 2001-05-14 21:56:34
|
Changes: - compile time problems ( hopefully ) removed, - added pixmap and contour gradients, - smoother GUI, - prints pixmaps correctly, - other bugfixes. It has a new autoconf/automake scripts ( so probably requires KDE 2.1.1 ). RedHat 7.0 users will have to turn off compiler optimizations by invoking: env CXXFLAGS='-O0' ./configure make ( RH7.0 compiler has bugs and will not compile 'ksprojectxml.cpp' file ) |
From: Kamil <kam...@po...> - 2001-05-01 20:36:57
|
From: Kamil <kam...@po...> - 2001-04-30 23:56:38
|
Trying to set up the list archives. |
From: Kamil <kam...@po...> - 2001-04-29 13:39:50
|
Added a new mailling list on the sourceforge.net |