I use the latest development version from cvs.
The hide/unhide function for svg term works perfect.
set term svg mouse size 1000,600 jsdir './'
does its job
but
set mouse mouseformat 4
doesn't change anything.
am i too stupid to use it or is there still some developing needed?
The current code has no provision for translating user-defined functions or formats from gnuplot's own syntax into javascript for use by the svg or canvas terminals. That sounds hard.
It would probably be easier to provide some mechanism for specifying use of a named javascript routine that the user provides. Suggestions or examples of how that might work would be welcome.
Thanks for your statement.
But i do not have the knowledge to bring any suggestions, sorry.
I have just now added basic time-format support to the javascript mousing code for the svg and canvas terminals. mouseformat 4 = Date mouseformat 5 = Time anything else = full Date+Time.
If you do "set mouse mouseformat 'string'" it will pass the string through to the output, but the javascript code doesn't currently do anything useful with it. The idea is that eventually you could use this to request output via a javascript routine provided by the user.
Thank you very very much.
Error: gnuplot is not defined
Source File: gnuplot_svg.js
Line: 68
Oops. Sorry. Fixed now.