
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Data analysis and scientific plotting.
9 years ago
2011/11/02 - QtiPlot 0.9.8.9 released:
Improvements:
*Improved support for the Dock menu on Mac OS X.
*Improved restoring of statistic tables.
*Improved handling of error messages in Savitzky-Golay smoothing filter.
*Improved plotting of 2D plot layers with shared axes.
*Improved error bar handling when plotting a table column selection.
*Implemented feature request #5451: "Do not expand tree in Project Explorer".
*Implemented feature request #5458: "Fit wizard remove only fits from session".
*Updated translations: Italian (thanks to Renato Rivoira), German (thanks to Daniel Schury) and Romanian.
*Updated Italian manual thanks to Renato Rivoira.
Bug fixes:
*Fixed crash when opening old projects containing spectrograms.
*Fixed duplication of 2D plots with respect to the synchronization of scales.
*Fixed speed issues in matrices and removed size limitations in matrix size dialog.
*Fixed export of minus sign to LaTeX.
*Fixed possible crash when resetting the default options via the preferences dialog.
9 years ago
2011/11/02 - QtiPlot 0.9.8.9 released:
Improvements:
*Improved support for the Dock menu on Mac OS X.
*Improved restoring of statistic tables.
*Improved handling of error messages in Savitzky-Golay smoothing filter.
*Improved plotting of 2D plot layers with shared axes.
*Improved error bar handling when plotting a table column selection.
*Implemented feature request #5451: "Do not expand tree in Project Explorer".
*Implemented feature request #5458: "Fit wizard remove only fits from session".
*Updated translations: Italian (thanks to Renato Rivoira), German (thanks to Daniel Schury) and Romanian.
*Updated Italian manual thanks to Renato Rivoira.
Bug fixes:
*Fixed crash when opening old projects containing spectrograms.
*Fixed duplication of 2D plots with respect to the synchronization of scales.
*Fixed speed issues in matrices and removed size limitations in matrix size dialog.
*Fixed export of minus sign to LaTeX.
*Fixed possible crash when resetting the default options via the preferences dialog.
c2tarun
10 years ago
Report
negas
10 years ago
Report
EagleOrion
10 years ago
Report
aymenbh
11 years ago
I am trying to install the last version of qtiplot 0.9.7.7 . I downloaded all the necessary libraries from the official site. I succeed to make Qtiplot search for the files in the right location but still have an error message when trying to compile it.
In file included from src/table/Table.h:41,
from src/plot3D/Graph3D.h:40,
from src/plot3D/Graph3D.cpp:29:
src/scripting/Script.h:67: attention : qualificateurs de type ignorés pour le type à retourner par la fonction
src/plot3D/Graph3D.cpp: In member function ‘void Graph3D::setNumbersFont(const QFont&)’:
src/plot3D/Graph3D.cpp:780: erreur: ‘class Qwt3D::ColorLegend’ has no member named ‘axis’
src/plot3D/Graph3D.cpp: In member function ‘void Graph3D::setNumbersColor(const QColor&)’:
src/plot3D/Graph3D.cpp:1647: erreur: ‘class Qwt3D::ColorLegend’ has no member named ‘axis’
src/plot3D/Graph3D.cpp: In member function ‘void Graph3D::scaleFonts(double)’:
src/plot3D/Graph3D.cpp:1685: erreur: ‘class Qwt3D::ColorLegend’ has no member named ‘axis’
But I don't understand where is the problem. I checked the file qwt_color_legend.cpp and in the class ColorLegend there is a variable called axis!
ColorLegend::ColorLegend()
{
axis_.setNumbers(true);
axis_.setScaling(true);
axis_.setNumberColor(RGBA(0,0,0,1));
axis_.setNumberAnchor(CenterRight);
axis_.setNumberFont(QFont("Courier",8));
caption_.setFont("Courier", 10, QFont::Bold);
caption_.setColor(RGBA(0,0,0,1));
axisposition_ = ColorLegend::Left;
orientation_ = ColorLegend::BottomTop;
showaxis_ = true;
setRelPosition(Tuple(0.94, 1-0.36),Tuple(0.97, 1-0.04));
}
Help?
Report
strangeyoung
11 years ago
I have successfully compiled and installed the qtiplot9.7.7.
It works well but the "undo" function seems not working. Is there something wrong with my compiling?
Report
sukadro
12 years ago
Report
sukadro
12 years ago
prdownload.berlios.de not accessible.
Report
kangcy
12 years ago
I got the following error compiling qtiplot. Anyone can explain how I can fix this?
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [qtiplot.app/Contents/MacOS/qtiplot] Error 1
Thanks in advance..
Report
kangcy
12 years ago
I got the following error during qtiplot compiling. Can anyone help me out?
../3rdparty/liborigin/OriginObj.h:37:29: error: boost/variant.hpp: No such file or directory
../3rdparty/liborigin/OriginObj.h:38:48: error: boost/date_time/posix_time/ptime.hpp: No such file or directory
where I can get this missing file?
thanks in advance..
Report
dovidhalevi
13 years ago
Report
vasilief
13 years ago
I can build QtiPlot 0.9.5 without problems using the source archives.
Report
dovidhalevi
13 years ago
I downloaded twice from Berlios. Could retry.
Report
vasilief
13 years ago
Report
dovidhalevi
13 years ago
As in past versions, I never succeded in compiling the "3rdParty" stuff. Some suggestions:
1. A configure script that can set paths of existing installed packages suchs as gsl.
2. More sophisticated: Kde had that konstruct package that downloaded as well as built compnonents. Such would get qwtplot, etc. and build them first in the folders you want.
3. I could install a .deb but have no need for a service contract. Using "checkinstall", any one who succedes in compiling everything could create a .deb (even though these usually are not canonical Debian ruled installations) so why not simply give us a good .deb (with no customer support--want that, pay for it!).
Report
vasilief
13 years ago
Report
ViRgiLiO
13 years ago
Report
saqer
13 years ago
I am using Fedora 8 and I get this error when compiling:
jade:/home/saqer/sources/qtiplot-0.9.3-rc3/manual/docbook-en/index.docbook:787:0:E: cannot open "/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd" (No such file or directory)
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/../common/dbtable.dsl:224:13:E: 2nd argument for primitive "ancestor" of wrong type: "#<unknown object 152959960>" not a singleton node list
snip
make[1]: *** [html-pdf] Error 8
make[1]: Leaving directory `/home/saqer/sources/qtiplot-0.9.3-rc3/manual'
make: *** [sub-manual] Error 2
I located my docbookx.dtd and edited manual/docbook-en/index.docbook appropriately but got this new error:
jade:/usr/share/sgml/docbook/xml-dtd-4.4-1.0-32.fc8/ent/isogrk4.ent:42:30:E: "1D6C2" is not a character number in the document character set
snip
make[1]: *** [html-pdf] Error 8
make[1]: Leaving directory `/home/saqer/sources/qtiplot-0.9.3-rc3/manual'
make: *** [sub-manual] Error 2
How to fix this?
Report
marcorossini
13 years ago
Report
mathpr
13 years ago
Report
makc
13 years ago
Compile by yourself and have a fun.
Report
sarewicz
13 years ago
I really appreciate the work that led to such a great program. I think that Qtiplot is the only candidate to be a serious plotting program for linux. However, a found some problems.
1) Recently, I compiled 0.9 ver and found the bug regarding the subscripts. After putting subscripts into plot legend or text within plot area, it is displayed in new line as a normal text.
2) Exported plots to EPS format posses completely rescaled fonts and all proportions are not conserved. This makes such plots useless.
I also have a suggestion to implement something like a New Page to qtiplot. Such page should have a ruler in metric scale that would makes arrangement of the plot much easier (as in RLPlot program, for example). Now, I am trying to prepare figures for a scientific publication and so much pain must be taken to make all plots the same size and look.
Is it possible to obtain description of the qti file format? I would like to add an option to export data in my program (www.eleana.xt.pl) that could be immediately loaded into qtiplot.
Anyway, the program is really great!!! Congratulation.
Report
vasilief
13 years ago
And thanks for the nice words about QtiPlot. Concerning the 'BUT' part:
1) You must use the last Qwt 5.0.2 version as indicated on the QtiPlot webpage. With this version I can't reproduce the bug!
2) Open the export dialog, click the "Advanced" button and check the option:
"Keep aspect ratio"
Concerning your suggestion: this could be helpful indeed. Please add a feature request on the berliOS tracker at:
https://developer.berlios.de/feature/?group_id=6626
so that I don't forget about it!
There's no official description of the .qti file format. Just look at the sources! Anyways the file format will probably changed to a full XML format in the future...
Exporting your data as columns of ASCII, separated by commas, tab or whatever, would be OK!
Hope this helps and best regards,
Ion
Report
ViRgiLiO
13 years ago
Report
vasilief
13 years ago
Thanks for your nice words! Yes, it's true, in order to release the 0.9 version, I had to work very hard, during many hours!
Regarding the import of Origin projects, it's essentially Alex Kargovsky's work! I only helped a little bit on this...
Best regards,
Ion
Report
anonymous-hive
14 years ago
What happend?
Thanks for all
Note: Zorry for to posting rather msgs but I use a lot qtiplot, I need it and I like it.
Report