Warning: session_start(): open(/tmp/sess_93ei65oq5t6j72f2navuulo8i1, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
QtiPlot openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (11) .- Knowledge Base  . 

QtiPlot

   0.9.8.9  

KDE Scientific

Score 65%
QtiPlot
zoom


QtiPlot
zoom


QtiPlot
zoom


Link:  Link
Downloads:  52610
Submitted:  Jul 30 2004
Updated:  Nov 7 2011

Description:

Data analysis and scientific plotting.




Changelog:

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.




LicenseGPL
Source(qtiplot-0.9.8.9.zip)
Debian(qtiplot_0.9.7.9_i386.deb)
MS Windows(qtiplot-0.9.7.9.exe)
Mac OS X(qtiplot-0.9.7.9.pkg.zip)
Ubuntu(qtiplot_0.9.7.9_i386.deb)
Donate
Send to a friend
Subscribe
Other  Content  from vasilief
Report inappropriate content



goto page: prev  ... 12  13  14  15  16  17  18  19  20 

-

 Problem installation

 
 by aymenbh on: Jun 14 2009
 
Score 50%

Hi,

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?


Reply to this

-

 Not An Easy Compilation

 
 by EagleOrion on: Aug 9 2010
 
Score 50%

If you download the linux binary, this program works okay. However, if you wish to compile this program on your machine, be prepared for a wild ride. I have compiled numerous programs, but I have been unable to compile this one. I have all of the recommended software and the latest source continued to prompt me for emf.h and wine header files. Finally I copied all of the wine header files into the EmfEngine src directory, only to have the compiler fail during the 2D graph, but without any error message. I do not believe that the author has a full list of the compilation dependencies.


Reply to this

-
.

 Python

 
 by negas on: Aug 29 2010
 
Score 50%
negasnegas
none

Can i manipulate it from a python script? like sending data and modeling the plot whitout using qtiplot -x something.py?


Reply to this

-

 manual.pro missing

 
 by c2tarun on: Mar 27 2011
 
Score 50%

I tried to pack the source code and I got the error that qtiplot-0.9.8.5/manual/manual.pro file is missing. Can you please take a look.


Reply to this

goto page: prev  ... 12  13  14  15  16  17  18  19  20 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team