Skip to content

Commit

Permalink
Updated plot command options.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Mar 3, 2016
1 parent b56d468 commit 19af68b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions UsersGuide/source/plotting.rst
Expand Up @@ -67,9 +67,9 @@ their allowed values are listed below.
+------------------+-------------------------------------+-------------------------------------------------------------------------------------------------------------+
| **Option** | **Default value** | **Description** |
+------------------+-------------------------------------+-------------------------------------------------------------------------------------------------------------+
| fileName | The result of the last simulation | The name of the result-file containing the variables to plot |
| fileName | "<default>" | The name of the result-file containing the variables to plot. <default> will read the last simulation result|
+------------------+-------------------------------------+-------------------------------------------------------------------------------------------------------------+
| grid | true | Determines whether or not a grid is shown in the diagram. |
| grid | "detailed" | Sets the grid for the plot i.e simple, detailed, none. |
+------------------+-------------------------------------+-------------------------------------------------------------------------------------------------------------+
| title | "" | This text will be used as the diagram title. |
+------------------+-------------------------------------+-------------------------------------------------------------------------------------------------------------+
Expand All @@ -95,3 +95,9 @@ their allowed values are listed below.
+------------------+-------------------------------------+-------------------------------------------------------------------------------------------------------------+
| externalWindow | false | Opens a new OMPlot window if set to true otherwise update the current opened window. |
+------------------+-------------------------------------+-------------------------------------------------------------------------------------------------------------+
| footer | "" | This text will be used as the diagram footer. |
+------------------+-------------------------------------+-------------------------------------------------------------------------------------------------------------+
| autoScale | true | Use auto scale while plotting. |
+------------------+-------------------------------------+-------------------------------------------------------------------------------------------------------------+
| forceOMPlot | false | If true launches OMPlot and doesn't call callback function even if it is defined. |
+------------------+-------------------------------------+-------------------------------------------------------------------------------------------------------------+

0 comments on commit 19af68b

Please sign in to comment.