Code: Select all
ret = DPlot_Command(DocNum, "[DeferMinMaxCheck(1)]")
I am sending
Code: Select all
ret = DPlot_Command(DocNum, "[ContourLevels(64,0,5)]")
I am using customized version for Evisive version 2.3.2.7.
Any suggestions?
Moderator: DPlotAdmin
Code: Select all
ret = DPlot_Command(DocNum, "[DeferMinMaxCheck(1)]")
Code: Select all
ret = DPlot_Command(DocNum, "[ContourLevels(64,0,5)]")
Code: Select all
ret = DPlot_Command(DocNum, "[DeferMinMaxCheck(0)][MenuUpdates(1)]")
ret = DPlot_Command(DocNum, "[GeneralOptions(32,1)]")
ret = DPlot_Command(DocNum, "[ManualScale(0,0,=$XMAX,5)]")
What, if anything, happens?and it seems to have broken this command.