| Search Results for "test" |
|
There were 7 questions found for your query:
|
|
I am having a problem printing (i.e. "Out of global memory" error when printing or only a portion of the map prints, etc.).
...equire more memory than non-PostScript drivers for the same printer. Change drivers if possible and test the print results.
Check for other compatible printer drivers in your printer documentation....
How can I change the default colors used to fill contour maps in Surfer?
.... For the Setting value type in the file path to the CLR file you wish to use. For example: c:\temp\test.clr Set the Setting persistence value you want. For example, set the Setting Persistence to Alw...
Why are the results different when converting from NAD83 to NAD27 using Didger and Global Mapper?
...eter Molodensky (delta x,y,z,ellipsoid) to convert from NAD83 to NAD27. Based on the numbers in our test cases, it looks like Global Mapper is not using the same 3-parameter conversion, but rather it ...
I create a text log, but the text blocks aren't where I specified them to be in the data table
The most common reason why text blocks don't show up at the depth interval specified in the data table is because text blocks in the data table are overlapping. Text blocks cannot overlap in text l...
How can I turn off the visibilty of a map? Normally I would uncheck the object in the Object Manager.
...et Sel = Doc.Selection Sel.OverlayMaps Sel.DeselectAll Doc.SaveAs(FileName:=Surf.Path+"\Samples\test.srf") Shapes.Item(1).Overlays("Sample").Visible = False Doc.Export(FileName:=Surf.Path+"\Sa...
How can I update my Surfer 6 scripts to work in the current version?
The newer Surfer automation model, introduced in Surfer
7, is different than Surfer 6. Your Surfer 6 scripts may require
considerable revision to work with newer versions of Surfer. Unfortunat...
Do you have an example in Python?
...32com.client.Dispatch("Surfer.Application")
Grid = Surfer.NewGrid()
Grid.LoadFile("c:/test/test.grd", HeaderOnly=True)
print "BlankValue" + str(Grid.BlankValue)
print...
|