I'm trying to update EmSim1.0 for your FrAid1.1 version. That's fine that you doesn't need anymore to install FrAid before calling its functions.
However, when plotting the evolution of a dynamical system, I need to programmatically define the window, "true" for autoscale and so on...
So the solution I had was to writte in a FunctionPlotPugin file that I pass to the _plot instruction as an argument.
Even without installing Fraid, I can provide such a file that I update properly before plotting. But I'm afraid, then the _plot instruction doesn't find the file! I tried to writte _plot("pluginFile", 'f(x)); and it doesn't find it. Is there a way FrAid will find it? how to provide the path? Realtive or absolute path?
Except this, your new FrAid distribution seems cleaner. Displaying the function names is also very useful. Thanks in advance for more precisions about the graphic plugin.
Raph
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Welcome to Help
Hi Ivaylo,
I'm trying to update EmSim1.0 for your FrAid1.1 version. That's fine that you doesn't need anymore to install FrAid before calling its functions.
However, when plotting the evolution of a dynamical system, I need to programmatically define the window, "true" for autoscale and so on...
So the solution I had was to writte in a FunctionPlotPugin file that I pass to the _plot instruction as an argument.
Even without installing Fraid, I can provide such a file that I update properly before plotting. But I'm afraid, then the _plot instruction doesn't find the file! I tried to writte _plot("pluginFile", 'f(x)); and it doesn't find it. Is there a way FrAid will find it? how to provide the path? Realtive or absolute path?
Except this, your new FrAid distribution seems cleaner. Displaying the function names is also very useful. Thanks in advance for more precisions about the graphic plugin.
Raph