<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general">
    <title>gmane.comp.graphics.qwt.general</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2431"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2430"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2429"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2428"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2427"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2426"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2425"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2424"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2423"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2422"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2421"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2420"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2419"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2418"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2417"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2416"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2415"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2414"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2413"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2412"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2431">
    <title>Mailing list dead? / Expensive CPU usage when plotting 1000 points 10times per sec.</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2431</link>
    <description>&lt;pre&gt;Hi Uwe, Hi to all in the mailing list.

First of all, is the mailing list still alive?
I have stopped receiving mail from qwt-interest since a week.


I have a QwtPlot that replots a curve of 1000 points at 10Hz.

When the plot window is small, the cpu usage is reasonable.
Increasing the application window (the plot area), the CPU goes 100% and the 
application hangs.

I underline that the application CPU usage is low, but X goes 100%.

In the case of appending one point at a time, using the low level draw() 
method and the canvas attributes indicated in the realtime plot example, the 
performance is much better.

Is there any way to improve my plot in the case of full vector update?

The mail I sent to the mailing list last friday is attached below. Can someone 
help with that too?

Thanks

--------------------------------------------------------------------------------------------------------------------------------------------------------
Hi to all.
I have an x axis representing timestamps.
I want to divi&lt;/pre&gt;</description>
    <dc:creator>Giacomo</dc:creator>
    <dc:date>2010-03-10T11:21:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2430">
    <title>Re: Mailing list dead? / Expensive CPU usage when plotting 1000points 10 times per sec.</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2430</link>
    <description>&lt;pre&gt;Hi Giacomo,

We have implemented that for our TauPlot. It draws the timestamps using 
human-readable strings that change dynamically depending on the range (e.g., 
it skips putting the year if you are looking at a minutes range)

Have a look at the code for the TauTimeScale class (and its parent 
FancyScaleDraw). It is python, not C, but you may get an idea:
https://tango-cs.svn.sourceforge.net/svnroot/tango-cs/tau/trunk/lib/tau/widget/qwt/scales.py

Hope it helps.

On Wednesday 10 March 2010 12:21:03 Giacomo wrote:



&lt;/pre&gt;</description>
    <dc:creator>Carlos Pascual Izarra</dc:creator>
    <dc:date>2010-03-10T11:41:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2429">
    <title>Right place to calculate scale division according to axis length</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2429</link>
    <description>&lt;pre&gt;Hi to all.
I have an x axis representing timestamps.
I want to divide the available space on the axis according to the dimension 
(in pixels) of the axis scale, and set the number of ticks proportionally to 
the number of pixels of the scale. 
I'd like to know which is the right place (also in terms of efficience) to 
calculate the scale division and apply it.

I was also looking for, if someone has already implemented it, an algorithm to 
nicely distribute the time labels on the x axis.

So far, I reimplement QwtScaleDraw::label(double ) virtual function to convert 
timestamps into a string representing hours mins and secs.

Any suggestion on how to divide scale will be appreciated.
 Thanks

Giacomo.

------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta&lt;/pre&gt;</description>
    <dc:creator>Giacomo</dc:creator>
    <dc:date>2010-03-05T11:12:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2428">
    <title>Re: How to readjust the axes of the plot when you hide some curves?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2428</link>
    <description>&lt;pre&gt;Thanks a lot.

I do it with the item provided by the checked signal of the plot.

item-&amp;gt;setVisible(on);
item-&amp;gt;setItemAttribute(QwtPlotItem::AutoScale, on);


Albano

On Wed, Mar 3, 2010 at 7:54 AM, Uwe Rathmann &amp;lt;Uwe.Rathmann&amp;lt; at &amp;gt;tigertal.de&amp;gt; wrote:

------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>PaceyIV</dc:creator>
    <dc:date>2010-03-03T08:35:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2427">
    <title>Re: How to readjust the axes of the plot when you hide some curves?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2427</link>
    <description>&lt;pre&gt;
Also do "curve-&amp;gt;setItemAttribute(QwtPlotItem::AutoScale, false);" to remove 
hidden items from autoscaling.

Uwe


------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>Uwe Rathmann</dc:creator>
    <dc:date>2010-03-03T06:54:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2426">
    <title>Re: no curve visible</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2426</link>
    <description>&lt;pre&gt;David,
I did try this but still have a frame with properly scaled axes but no 
plot curve.
thanks
harold


------------------------------------------------------------------------

Subject:
Re: no curve visible
From:
David Stranz &amp;lt;David_Stranz&amp;lt; at &amp;gt;MassSpec.com&amp;gt;
Date:
Fri, 26 Feb 2010 12:56:39 -0800
To:
List for both Qwt users and developers &amp;lt;qwt-interest&amp;lt; at &amp;gt;lists.sourceforge.net&amp;gt;

To:
List for both Qwt users and developers &amp;lt;qwt-interest&amp;lt; at &amp;gt;lists.sourceforge.net&amp;gt;


Harold,

It looks OK.  Try adding curve1-&amp;gt;setStyle( QwtPlotCurve::Lines );
Could be the default is QwtPlotCurve::NoCurve.

David
_______________________________________________________________
David Stranz, Ph.D.    david_stranz&amp;lt; at &amp;gt;MassSpec.com

Sierra Analytics, Inc.
5815 Stoddard Road, Suite 601
Modesto, CA  95356

Tel: (209) 545-8508
http://www.massspec.com
_______________________________________________________________



harold garbeil wrote:



------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Stu&lt;/pre&gt;</description>
    <dc:creator>harold garbeil</dc:creator>
    <dc:date>2010-03-02T21:30:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2425">
    <title>How to readjust the axes of the plot when you hide some curves?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2425</link>
    <description>&lt;pre&gt;Hi,
I've got a plot with some curves and I use the methods indicated in
the cpu-plot example for hiding and show the curves when I click on
the corresponding legend item. But in this way the axes do not scale
according to the range of the visible data.
How should I proceed?

Thanks,
Albano

------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>PaceyIV</dc:creator>
    <dc:date>2010-03-02T19:49:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2424">
    <title>Re: rubberband zoom on Mac</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2424</link>
    <description>&lt;pre&gt;
On Mar 1, 2010, at 9:25 PM, Charlie Martin wrote:


I can verify that I saw this problem with Qt 4.5.2 but it is gone with Qt 4.6.2!  So I hope you are allowed to upgrade Qt.

Joey
------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>Joey Mukherjee</dc:creator>
    <dc:date>2010-03-02T15:17:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2423">
    <title>Re: rubberband zoom on Mac</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2423</link>
    <description>&lt;pre&gt;
On Feb 27, 2010, at 6:42, Uwe Rathmann wrote:


Can anyone else verify if the rubberband zoom (in the bode plot) works on the Mac?

I guess I'm a bit lost "on my own". However, if someone could give me some ideas of where to start, I could give it a try.

Thanks,
Charlie




------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>Charlie Martin</dc:creator>
    <dc:date>2010-03-02T03:25:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2422">
    <title>(unknown)</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2422</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev_______________________________________________
qwt-interest mailing list
qwt-interest&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qwt-interest
&lt;/pre&gt;</description>
    <dc:creator>Vitali Anselm</dc:creator>
    <dc:date>2010-03-01T12:43:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2421">
    <title>Re: rubberband zoom on Mac</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2421</link>
    <description>&lt;pre&gt;
Never heard about such an incompatibility, but unfortunately I don't have a 
Mac to confirm thi. So I'm afraid you are on your own to identify the source of 
this problem.

Uwe

------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>Uwe Rathmann</dc:creator>
    <dc:date>2010-02-27T13:42:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2420">
    <title>rubberband zoom on Mac</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2420</link>
    <description>&lt;pre&gt;My qwt based application uses rubberband zooming. This works on Windows and Linux. On the Mac (Snow Leopard), the rubberband does not appear, but the zooming happens. The code is identical for all three platforms.

The rubberband for zooming on the bode plot does not appear either.

Are there any suggestions as to how I could get this to work?

Thanks,
Charlie


------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>Charlie Martin</dc:creator>
    <dc:date>2010-02-26T21:02:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2419">
    <title>Re: no curve visible</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2419</link>
    <description>&lt;pre&gt;Harold,

It looks OK.  Try adding curve1-&amp;gt;setStyle( QwtPlotCurve::Lines );
Could be the default is QwtPlotCurve::NoCurve.

David
_______________________________________________________________
David Stranz, Ph.D.david_stranz&amp;lt; at &amp;gt;MassSpec.com

Sierra Analytics, Inc.
5815 Stoddard Road, Suite 601
Modesto, CA  95356

Tel: (209) 545-8508
http://www.massspec.com
_______________________________________________________________



harold garbeil wrote:


------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>David Stranz</dc:creator>
    <dc:date>2010-02-26T20:56:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2418">
    <title>no curve visible</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2418</link>
    <description>&lt;pre&gt;Greetings
I have been trying out qwt with a very simple application. I have not 
been able to get the plot to appear in the MainWindow but the curve is 
not visible. I am running qwt-5.2.0 with qt 4.6.2. Everything compiles 
fine, with the plot showing with proper axis scaling. Only thing missing 
is the curve. The code is fairly simple, with my "myPlot" (derived from 
QwtPlot) class looking like the following ...

#include "myplot.h"

MyPlot::MyPlot(QWidget *gv) : QwtPlot ( gv)
{
    int i ;

    setTitle ("junk") ;
    QwtPlotCurve *curve1 = new QwtPlotCurve("Curve 1");
    curve1-&amp;gt;attach(this);
  
    // alloc memory for data arrays
    xdata = new double [100] ;
    ydata = new double [100] ;
 
    //load up test data
    for (i = 0; i &amp;lt; 100; i++)
    {
                    xdata[i] = i ;
                    ydata[i] = i ;
    }

    curve1-&amp;gt;setRawData(xdata, ydata, 100);
    curve1-&amp;gt;setPen(QPen(Qt::red, 3));

    this-&amp;gt;replot() ;

}
~                                                                       &lt;/pre&gt;</description>
    <dc:creator>harold garbeil</dc:creator>
    <dc:date>2010-02-26T20:48:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2417">
    <title>Re: Errorbar plot</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2417</link>
    <description>&lt;pre&gt;
svn co https://qwt.svn.sourceforge.net/svnroot/qwt/trunk/qwt 

Check the friedberg example ( activate bars in the combo box ).

Uwe

------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>Uwe Rathmann</dc:creator>
    <dc:date>2010-02-23T12:13:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2416">
    <title>Re: Emitting signal when user interacts with QwtPlotMagnifier</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2416</link>
    <description>&lt;pre&gt;2010/2/23 Uwe Rathmann &amp;lt;Uwe.Rathmann&amp;lt; at &amp;gt;tigertal.de&amp;gt;:

Thank you very much. I will try that.

------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>vti</dc:creator>
    <dc:date>2010-02-23T12:00:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2415">
    <title>Errorbar plot</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2415</link>
    <description>&lt;pre&gt;Hi,

How can I plot a data (x, y+/-err)? Search in web I look for something like 
use QwtIntervalData, but sincerely I do not understand about use it. There is 
some example?

Thank you

&lt;/pre&gt;</description>
    <dc:creator>José Thadeu Cavalcante</dc:creator>
    <dc:date>2010-02-23T12:00:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2414">
    <title>Re: Emitting signal when user interacts with QwtPlotMagnifier</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2414</link>
    <description>&lt;pre&gt;
Overload QwtPlotMagnifier::rescale - something like this:

virtual void YourPlotMagnifier::rescale(double factor)
{
    QwtPlotMagnifier::rescale(factor);

    emit ...;
}

Uwe

------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>Uwe Rathmann</dc:creator>
    <dc:date>2010-02-23T11:39:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2413">
    <title>Emitting signal when user interacts with QwtPlotMagnifier</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2413</link>
    <description>&lt;pre&gt;Good day everyone.

I have an app where I want a signal to be emitted whenever user uses mouse to
magnify a plot. For example I want to set checkbox that controls autoscaling
to unchecked mode when that happens.

What I've came up with is writing my own QwtPlotMagnifier class when is going
to be my own QwtCanvas event filter. But maybe there is an easier way to do
that kind of interaction?

Regards,
vti

------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>vti</dc:creator>
    <dc:date>2010-02-23T11:31:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2412">
    <title>Re: how to plot inequalities with Qwt?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2412</link>
    <description>&lt;pre&gt;Hi!
It seems that you just don't undesrstand what function is.
y=f(x) means that for every x value there is some y value. This means
that you can have a table of the discrete x and y values. You can say
that y = f(x) [y=3x^2/5 in your example] and you can say that x=f(y) [x
= sqrt(5*y/3)]. The fact is that you can have tha table where every y
value corresponds to x value and vise versa. And this table can then be
plotted with QwtPlotCurve.

В Mon, 22 Feb 2010 13:37:15 +0100 (CET)
Vitali Anselm &amp;lt;VitaliAnselm&amp;lt; at &amp;gt;web.de&amp;gt; пишет:




&lt;/pre&gt;</description>
    <dc:creator>Sergey</dc:creator>
    <dc:date>2010-02-23T01:17:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2411">
    <title>how to plot inequalities with Qwt?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/2411</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev_______________________________________________
qwt-interest mailing list
qwt-interest&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qwt-interest
&lt;/pre&gt;</description>
    <dc:creator>Vitali Anselm</dc:creator>
    <dc:date>2010-02-22T12:37:15</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.graphics.qwt.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.graphics.qwt.general</link>
  </textinput>
</rdf:RDF>
