<p>I think the way I would approach this would be to create a number of annotation objects (ie viewObjects) which take scalars as inputs (like labels already can).  Basing them on qwt seems plausable...</p>
<div class="gmail_quote">On Oct 5, 2012 5:04 PM, "Nicolas Brisset" <<a href="mailto:nicolas.brisset@free.fr">nicolas.brisset@free.fr</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Mark,<br>
<br>
interesting idea. One option may be to use scripting to animate view objects. I don't know whether it is supported yet or not.<br>
However, this sounds quite like a hack. A better alternative would probably be to write another renderer than the current cartesian one. I think the infrastructure is there to allow it, but I don't know the details.<br>

Looking at <a href="http://qwt.sourceforge.net/controlscreenshots.html" target="_blank">http://qwt.sourceforge.net/controlscreenshots.html</a> it looks like qwt has some interesting classes.<br>
Apparently QML also allows for some interesting possibilities: <a href="https://idlebox.net/2010/apidocs/qt-everywhere-opensource-4.7.0.zip/declarative-ui-components-dialcontrol.html" target="_blank">https://idlebox.net/2010/apidocs/qt-everywhere-opensource-4.7.0.zip/declarative-ui-components-dialcontrol.html</a>. But I don't know whether that would be easy to plug into Kst.<br>

Plus you will have one question to solve with such controls which show only one value at a time (compared to a curve which shows a time series): to which point in other plots do you synchronize when zooming/scrolling (I'd suggest the last one)?<br>

<br>
Barth: some thoughts on that?<br>
<br>
Nicolas<br>
<br>
----- Mail original -----<br>
> De: "Mark Dammer" <<a href="mailto:mark.dammer@googlemail.com">mark.dammer@googlemail.com</a>><br>
> À: <a href="mailto:kst@kde.org">kst@kde.org</a><br>
> Envoyé: Vendredi 5 Octobre 2012 14:20:04<br>
> Objet: [Kst] Using scalars in drawable objects<br>
><br>
> I am interested to display changing scalars in the form of analog<br>
> instruments like the ones you find in cockpits, so that changes in<br>
> the<br>
> data can be quickly and easily observed and interpreted. In addition<br>
> to<br>
> the plotting functions Kst could then be used to create dashboards<br>
> for<br>
> process monitoring etc.<br>
> Is it possible to manipulate the position / orientation of drawable<br>
> objects (arrow, line etc.)  in Kst via scalars ? If not, would it be<br>
> very complicated to implement this ?<br>
><br>
> _______________________________________________<br>
> Kst mailing list<br>
> <a href="mailto:Kst@kde.org">Kst@kde.org</a><br>
> <a href="https://mail.kde.org/mailman/listinfo/kst" target="_blank">https://mail.kde.org/mailman/listinfo/kst</a><br>
><br>
_______________________________________________<br>
Kst mailing list<br>
<a href="mailto:Kst@kde.org">Kst@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kst" target="_blank">https://mail.kde.org/mailman/listinfo/kst</a><br>
</blockquote></div>