|
From: yves2010 <su...@vi...> - 2010-08-06 15:44:48
|
Hi I am successfully using Gnuplot as a rendering engine in my application, to display cross-sections of data images, using Windows piping and the special '-' filename to plot inline data. However, I have to convert my data to ASCII and Gnuplot has to convert from ASCII, which takes sufficient time to slow down the reactivity of the cross-section plotting when the user moves the mouse over the image. Could it be possible to have en extension of the syntax, something like plot '-' binary size=<#bytes> so that #bytes bytes of binary data can be sent inline? Thanks in advance Yves -- View this message in context: http://old.nabble.com/Inline-binary-data%3A-new-feature---tp29356460p29356460.html Sent from the Gnuplot - Dev mailing list archive at Nabble.com. |