<?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/3588"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3587"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3586"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3585"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3584"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3583"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3582"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3581"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3580"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3579"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3578"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3577"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3576"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3575"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3574"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3573"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3572"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3571"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3570"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3569"/>
      </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/3588">
    <title>Re: is it possible to make qwt plot fixed size and qwt legend fixedsize for alignment?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3588</link>
    <description>&lt;pre&gt;

legend-&amp;gt;setMaxColumns( 1 );

HTH,
Uwe

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Uwe Rathmann</dc:creator>
    <dc:date>2012-05-15T18:46:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3587">
    <title>Re: is it possible to make qwt plot fixed size and qwt legend fixedsize for alignment?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3587</link>
    <description>&lt;pre&gt;Hello,

Thanks for all your help and I made some progress but more help is still
needed.

I created a grid layout and added plot and legend but the result seems a
little bit weird  ( see attachment ).

        QWidget *scrollAreaWidgetContents= new QWidget();
       QGridLayout *scrollAreaWidgetLayout= new
QGridLayout(scrollAreaWidgetContents);
       int row=0;

                stat_graph= new JBStatGraph(scrollAreaWidgetContents,
                                            scrollAreaWidgetLayout,
                                            row, domain_unique,
                                            domain-&amp;gt;getTimeString(),
                                            domain-&amp;gt;getTimeValue());

In plot constructor, I have:

JBStatGraph::JBStatGraph(QWidget *parent, QGridLayout *layout, int row,
        const QString &amp;amp;domain, const QStringList &amp;amp;timeString,
        const double *timeValue) :
{
    QwtLegend *legend = new QwtLegend;
    legend-&amp;gt;setItemMode( QwtLegend::CheckableItem );
    insertLegend( legen&lt;/pre&gt;</description>
    <dc:creator>HongLiang Wang</dc:creator>
    <dc:date>2012-05-15T12:13:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3586">
    <title>Re: is it possible to make qwt plot fixed size and qwt legend fixedsizefor alignment?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3586</link>
    <description>&lt;pre&gt;

1) Insert the legend as QwtPlot::ExternalLegend and organize your plots 
and legends in a QGridLayout. Note that this means some extra layout 
work when you want to render your plots using QwtPlotRenderer.
2) Check the plotmatrix example like recommended by Andre.

HTH,
Uwe

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Uwe Rathmann</dc:creator>
    <dc:date>2012-05-14T18:25:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3585">
    <title>Re: is it possible to make qwt plot fixed size and qwt legend fixedsize for alignment?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3585</link>
    <description>&lt;pre&gt;Hi,

A few weeks ago i had a similar problem. I started with having a look at
the plot matrix example. You can find the thread here:
http://comments.gmane.org/gmane.comp.graphics.qwt.general/3508

cheers,

Andre

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Andre Haupt</dc:creator>
    <dc:date>2012-05-14T14:04:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3584">
    <title>is it possible to make qwt plot fixed size and qwt legend fixed sizefor alignment?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3584</link>
    <description>&lt;pre&gt;Hello all,

I have putting several qwt graphs in a vertical box. These graphs are
calling the same constructor which contains following lines:


    setFixedHeight(300);
    setMinimumWidth(150);

But the output is a little bit ugly (see attachment) because we want the
qwt plot and legend to be aligned.

For example, i would like legend items for graph 'Rows' and 'Files' to be
of the same width; and X Axis for these two graphs also have the same width.

Is it possible to achieve this goal? Any help is appreciated.

Regards,

Hongliang Wang

HVR Software bv | Haaksbergweg 45 | 1101 BR Amsterdam | The Netherlands

T. +31-020 312 7517 | F. +31-020 312 7509 | hongliang.wang&amp;lt; at &amp;gt;hvr-software.com

www.hvr-software.com
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and&lt;/pre&gt;</description>
    <dc:creator>HongLiang Wang</dc:creator>
    <dc:date>2012-05-14T13:28:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3583">
    <title>Re: Invalid const_cast?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3583</link>
    <description>&lt;pre&gt;Hi Uwe!

On Sun, May 13, 2012 at 9:14 AM, Uwe Rathmann &amp;lt;Uwe.Rathmann&amp;lt; at &amp;gt;tigertal.de&amp;gt; wrote:

I'm not really sure how to make an official "patch."

Here's what I did.  I downloaded qwt-6.0.1.zip on 10/21/11.
After unzipping there was one copy of qwt_mml_document.cpp in
.\qwt-6.0.1\textengines\mathml\.  The error was a single line in
the function QString QwtMmlNode::toStr().  I modified it as follows:

===============

QString QwtMmlNode::toStr() const
{
    const QwtMmlNodeSpec *spec = mmlFindNodeSpec( nodeType() );
    Q_ASSERT( spec != 0 );

    return QString( "%1 %2 mr=%3 pr=%4 dr=%5 ro=(%7, %8) str=%9" )
           .arg( spec-&amp;gt;type_str )
//           .arg( ( unsigned long )this, 0, 16 )  // patch for mingw-w64
           .arg( ( unsigned long long )this, 0, 16 )
           .arg( rectToStr( myRect() ) )
           .arg( rectToStr( parentRect() ) )
           .arg( rectToStr( deviceRect() ) )
           .arg( m_rel_origin.x() )
           .arg( m_rel_origin.y() )
           .arg( ( int )isStretched() );
}

==&lt;/pre&gt;</description>
    <dc:creator>K. Frank</dc:creator>
    <dc:date>2012-05-13T21:35:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3582">
    <title>Re: Invalid const_cast?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3582</link>
    <description>&lt;pre&gt;
Qwt 6.0.1 is using C casts, but in trunk and in the 6.0 branch ( will be 
6.0.2 ) most of the casts have been replaced by C++ casts.
So please check these SVN branches.


This one should already been solved in both SVN branches, The solution 
was to reorder the inlined methods.


AFAIR these errors are from debug statements nobody is interested in.
I guess it would be best to throw them away or to use some conversion, 
where you don't need any cast at all ( f.e using %p ).

Please send me a patch ( for trunk + 6.0 ) - I don't have any 64-bit 
environment myself.

Uwe

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Uwe Rathmann</dc:creator>
    <dc:date>2012-05-13T13:14:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3581">
    <title>Re: Invalid const_cast?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3581</link>
    <description>&lt;pre&gt;Hello Uwe (and Timofeev)!

On Sun, May 13, 2012 at 4:42 AM, Uwe Rathmann &amp;lt;Uwe.Rathmann&amp;lt; at &amp;gt;tigertal.de&amp;gt; wrote:

I don't know if this is relevant, but I have built qwt 6.0.1 (from a zip
file, not svn) on windows with a 4.7.0 mingw-w64 build (one of
Ruben's) of g++, and did not see any such problem.

I can give you more details on exactly which qwt and mingw-w64
(and qt, for that matter) downloads I used if it would be on any
help.

(I did see a dllimport warning with "bool QwtInterval::isValid() const"
in qwt_interval.h, but not an error.  I patched by making it inline as
it had been in some previous version.  Also, in qwt_mml_document.cpp
I had a 32-bit / 64-bit compiler error with my mingw-w64 64-bit build:
"error: cast from 'const QwtMmlNode*' to 'long unsigned int' loses
precision."  I patched this by changing a cast to "long long" from "long":
".arg( ( unsigned long long )this, 0, 16 )".  I can provide further details,
if anyone cares.)


Thanks again for qwt.


K. Frank

------------------------------------&lt;/pre&gt;</description>
    <dc:creator>K. Frank</dc:creator>
    <dc:date>2012-05-13T12:51:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3580">
    <title>Re: Invalid const_cast?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3580</link>
    <description>&lt;pre&gt;
Might be a problem of this compiler version. The code works fine with 
g++ 4.6.2 and 4.5.1 ( the versions on my systems ).


When this patch really avoids the compiler error it l looks more like a 
problem of the compiler itself, than of the code.
Could you please try to spend some time on finding out if this is a g++ 
4.7.0 bug ( maybe ask on the g++ support channels ) or if there is 
something reasonable we have not understood yet ?

Instead of your patch I would prefer replacing the const_cast by a C 
cast. Does g++ 4.7.0 accept this ?


Uploading small patches like yours to sourceforge ( or here ) is o.k.

Uwe


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
__&lt;/pre&gt;</description>
    <dc:creator>Uwe Rathmann</dc:creator>
    <dc:date>2012-05-13T08:42:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3579">
    <title>Invalid const_cast?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3579</link>
    <description>&lt;pre&gt;Hi all.

I have this compile error building qwt from svn.

qwt_plot_canvas.cpp: In function 'void qwtRevertPath(QPainterPath&amp;amp;)':
qwt_plot_canvas.cpp:266:68: error: invalid const_cast of an rvalue of type 
'QPainterPath::Element' to type 'QPainterPath::Element&amp;amp;'
qwt_plot_canvas.cpp:268:68: error: invalid const_cast of an rvalue of type 
'QPainterPath::Element' to type 'QPainterPath::Element&amp;amp;'

I do not understand how this happens. Does anyone else have this problem? I am 
using g++ 4.7.0.

Also, I wrote a small workaround to avoid this problem.

Also, it may be necessary to make qwt mirror on github? This would simplify 
the work with third-party patches and discussion of the code.

--
Timofeev N.D.------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest&lt;/pre&gt;</description>
    <dc:creator>Тимофеев Н.Д.</dc:creator>
    <dc:date>2012-05-12T23:09:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3578">
    <title>Re: Qwt performance problems</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3578</link>
    <description>&lt;pre&gt;Il giorno ven, 11/05/2012 alle 11.40 +0200, Andre Kloth ha scritto:

Hi Andre,

1. be careful to invoke replot() on the plot just when needed.
For example, if you have 5 curves in your plot refreshing let's say at
10Hz, then if you replot() each time new data is appended to each curve
you will have 10 * 5 replots per second. Maybe it is enough to
externally trigger a replot at 10Hz where the 5 curves are updated
together... thus reducing the load by 5 times... 

2. If you add one point at time in your curves, use incremental painting
as in the incremental plot example in qwt distribution examples.

3. Our major problems used to derive from graphical devices connected to
4 or 6 screens. Enabling Xinerama on the Nvidia X driver helped
improving this situation.


Best regards , Giacomo.





------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT mana&lt;/pre&gt;</description>
    <dc:creator>Giacomo</dc:creator>
    <dc:date>2012-05-11T13:03:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3577">
    <title>Re: how to display numeric numbers instead of scientific numbers?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3577</link>
    <description>&lt;pre&gt;Hi Hongliang,

take a look at the Qwt-Documentation (class QwtAbstractScaleDraw):

  QwtText QwtAbstractScaleDraw::label   (  double   value  )   const [virtual]

  Convert a value into its representing label. 
  The value is converted to a plain text using 
  QLocale::system().toString(value). This method is often overloaded by
  applications to have individual labels.
  Parameters:
  value  Value 
  Returns:
  Label string. 
  Reimplemented in QwtDialScaleDraw.

So I guess you are going to have to subclass QwtScaleDraw (not necessarily 
QwtAbstractScaleDraw) and implement your version of label()...

Kind regards,

Hendrik

Am Mittwoch, 9. Mai 2012, 16:00:23 schrieb HongLiang Wang:


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in mal&lt;/pre&gt;</description>
    <dc:creator>Hendrik Vennekate</dc:creator>
    <dc:date>2012-05-09T22:38:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3576">
    <title>Re: why does x axis always have 5 value to present?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3576</link>
    <description>&lt;pre&gt;Hi Hongliang,

I'd suggest taking this topic off the list and if you got any further 
questions e-mailing me directly.

It is not 100% clear to me what you are trying to achieve and what you mean by 
"weired" (of course, I have a rough idea, but we have to precise here in order 
to best solve your problem).  My best guess is fixed heights of the plots in 
the scroll widget.  And my other guess is that you feel the plots are pretty 
wide and squeezed vertically.

To achieve this, you probably want to use setFixedHeight() in the constructor 
(so that you have the plots' dimensions fixed in the direction of scrolling) 
and setMinimumWidth() for the other direction.  It might also be that 100 is a 
bit too small a height (try 250 or so...?).

Kind regards,

Hendrik

Am Mittwoch, 9. Mai 2012, 08:58:32 schrieb HongLiang Wang:


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat lan&lt;/pre&gt;</description>
    <dc:creator>Hendrik Vennekate</dc:creator>
    <dc:date>2012-05-09T22:31:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3575">
    <title>how to display numeric numbers instead of scientific numbers?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3575</link>
    <description>&lt;pre&gt;Hello all,

I just wonder if it is possible to display numeric numbers (35000000)
instead of scientific numbers (3.5e+7) on Y Axis?

Regards,

Hongliang Wang

HVR Software bv | Haaksbergweg 45 | 1101 BR Amsterdam | The Netherlands

T. +31-020 312 7517 | F. +31-020 312 7509 | hongliang.wang&amp;lt; at &amp;gt;hvr-software.com

www.hvr-software.com
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
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>HongLiang Wang</dc:creator>
    <dc:date>2012-05-09T14:00:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3574">
    <title>Re: why does x axis always have 5 value to present?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3574</link>
    <description>&lt;pre&gt;Hello Hendrik,

Thanks for your reply. Your solution to my first problem seems to be
working to a bit.

I did as what you suggested but the graph looked weird now (please check
attachment).

Now the code looks like this:

        QWidget *graph_widget= new QWidget(graph_tab);
        QVBoxLayout *graph_layout= new QVBoxLayout(graph_widget);
        QScrollArea *scrollArea= new QScrollArea(graph_widget);
        graph_layout-&amp;gt;addWidget(scrollArea);
        //scrollArea-&amp;gt;setWidgetResizable(false);
        scrollArea-&amp;gt;setWidgetResizable(true);
        QVBoxLayout *scrollAreaVLayout= new QVBoxLayout();
        QWidget *scrollAreaWidgetContents= new QWidget();
        scrollAreaWidgetContents-&amp;gt;setLayout(scrollAreaVLayout);
//        scrollAreaVLayout-&amp;gt;setSizeConstraint(QLayout::SetFixedSize);
        scrollArea-&amp;gt;setWidget(scrollAreaWidgetContents);
And in the qwtplot subclass, I set minimum size as:

JBStatGraph::JBStatGraph(QWidget *parent, const QString &amp;amp;domain,
        const QStringList &amp;amp;timeString, const doub&lt;/pre&gt;</description>
    <dc:creator>HongLiang Wang</dc:creator>
    <dc:date>2012-05-09T06:58:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3573">
    <title>Re: Replot without removing the previous points</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3573</link>
    <description>&lt;pre&gt;The realtime example has exactly what I want!

Many thanks!

Στις 08/05/2012 05:12 μμ, ο/η David Stranz έγραψε:


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
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>Manolis Surligas</dc:creator>
    <dc:date>2012-05-09T00:19:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3572">
    <title>Re: Replot without removing the previous points</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3572</link>
    <description>&lt;pre&gt;Have you looked at the "realtime" example?

_______________________________________________________________
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
_______________________________________________________________


On 5/8/2012 5:06 AM, Manolis Surligas wrote:


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>David Stranz</dc:creator>
    <dc:date>2012-05-08T14:12:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3571">
    <title>Replot without removing the previous points</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3571</link>
    <description>&lt;pre&gt;Hello list,
I am using QWT 6 and I am trying to plot some dots every second. To do 
that I use the following code:

|d_plot_dots-&amp;gt;setRawSamples(_realDataPoints, _imagDataPoints, size);
plot-&amp;gt;replot();
|

I want to support a hold on option, so dots from previous seconds to be 
still visible at the plot. One solution to this is to resize every 
second the arrays that hold the points, append the new values and call 
again the |setRawSamples()| and the |replot()|, but this solution is not 
memory efficient as at every second I have to store at least 2 * 2048 
points.

Is there any, more efficient way?

Thanks!
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/______________&lt;/pre&gt;</description>
    <dc:creator>Manolis Surligas</dc:creator>
    <dc:date>2012-05-08T12:06:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3570">
    <title>Re: Apply zoom to the functions</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3570</link>
    <description>&lt;pre&gt;Hi  David,

I have compiled the example located in qwt-6.0.1\examples\realtime and
works fine!

Best regards.

2012/5/7 David Stranz &amp;lt;David_Stranz&amp;lt; at &amp;gt;massspec.com&amp;gt;

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
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>marble_developer marble_developer</dc:creator>
    <dc:date>2012-05-07T21:30:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3569">
    <title>Re: Apply zoom to the functions</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3569</link>
    <description>&lt;pre&gt;QwtPlot::setAxisScale() will let you manually zoom into whatever level 
you want.

If you want a way to interactively zoom using the mouse, look at 
QwtPlotZoomer.  Almost ANY of the examples show how to use it.

Best regards,

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
_______________________________________________________________


On 5/7/2012 2:30 AM, marble_developer marble_developer wrote:


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>David Stranz</dc:creator>
    <dc:date>2012-05-07T14:12:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3568">
    <title>Apply zoom to the functions</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.qwt.general/3568</link>
    <description>&lt;pre&gt;Hi all,

I'm using Qwt for Qt to plot functions.

Is it possible apply zoom to the function? If it's possible, how can I do
it?

Best regards.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
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>marble_developer marble_developer</dc:creator>
    <dc:date>2012-05-07T09:30:04</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>

