Surfer Automation
- How can I change the symbol properties in post map via automation?
- How can I overlay maps and set new limits and scale via Surfer automation?
- How can I use Surfer Scripter to have the user select a data file, grid it, create a map, and then loop back to the beginning?
- How can I turn off the visibilty of a map or other object in a Surfer script? Normally I would uncheck the object in the Contents window.
- How can I draw a circle around a point at a defined radius via Surfer Scripter?
- Enumeration constants (srfGridFmtXYZ) are not working in Scripter. How can I reference the Surfer type library?
- How can I add multiple lines of text in my Surfer text string through automation?
- Can I load a CLR file for a contour map via Surfer automation?
- How can I specify a particular Excel worksheet to load via Surfer Scripter?
- How can I set the opacity/transparency of an object in Surfer automation?
- How can I set the grid spacing in Surfer's Scripter with the GridData function?
- Can I run a Surfer script from the command line?
- My script works in Surfer 9, but in newer versions I get an error: Operand/operator type mismatch. It stops on a line inside a loop. Why?
- I have different versions of Surfer installed. How do I know which version my script will use?
- I set the fill color of an object from a Surfer script, but nothing happens
- Can I control Surfer from another programming environment?
- Do you have any examples of automating Surfer with C# or C++?
- Automate Surfer with Python
- How can I automate Surfer using C#?