Метод | Описание | |
---|---|---|
CreateSVG ( Subaru.Tables.Table table, string svgPath ) : void |
Plots into SVG file. As this merely redraws into export file, the current view from the plot window will be used.
|
|
GetExistingGnuPlot ( Subaru.Tables.Table table ) : |
Gets existing GnuPlot object if there is one.
|
|
ToggleGnuPlot ( Subaru.Tables.Table table ) : void |
Create or close gnuplot for given table.
|
Метод | Описание | |
---|---|---|
AnnotationStr ( Subaru.Tables.Table3D table3D ) : string | ||
CreateSVG ( |
||
FindFileInCurrentOrAppFolder ( string filename ) : string |
Try to find filename in current dir or application dir.
|
|
GnuPlot ( ) : System | ||
GnuPlot ( Subaru.Tables.Table table ) : System | ||
HandleProcessExited ( object sender, System e ) : void | ||
Quit ( ) : void | ||
Remove ( |
||
ScriptGnuplot2D ( |
||
ScriptGnuplot3D ( |
||
ScriptGnuplotCommon ( |
||
SetLabel ( string item, string name, bool newLineBeforeUnit, string unit ) : string | ||
StartProcess ( Subaru.Tables.Table table ) : void | ||
WriteGnuPlotBinary ( |
||
WriteGnuPlotBinary ( |
||
WriteLine ( |
public static CreateSVG ( Subaru.Tables.Table table, string svgPath ) : void | ||
table | Subaru.Tables.Table |
/// A |
svgPath | string | |
Результат | void |
public static GetExistingGnuPlot ( Subaru.Tables.Table table ) : |
||
table | Subaru.Tables.Table |
/// The |
Результат |
public static ToggleGnuPlot ( Subaru.Tables.Table table ) : void | ||
table | Subaru.Tables.Table |
/// A |
Результат | void |