• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
        • Vwsim-users-guide
          • Vwsim-tutorial
          • Vwsim-output
          • Vwsim-input
          • Vwsim-build-and-setup
          • Vwsim-commands
            • Vwsim-command
            • Vw-output-command
            • Vw-plot-command
              • Vw-output-all-command
              • Vw-assoc-command
        • Isar
        • Wp-gen
        • Dimacs-reader
        • Pfcs
        • Legacy-defrstobj
        • Proof-checker-array
        • Soft
        • C
        • Farray
        • Rp-rewriter
        • Instant-runoff-voting
        • Imp-language
        • Sidekick
        • Leftist-trees
        • Java
        • Taspi
        • Bitcoin
        • Riscv
        • Des
        • Ethereum
        • X86isa
        • Sha-2
        • Yul
        • Zcash
        • Proof-checker-itp13
        • Regex
        • ACL2-programming-language
        • Json
        • Jfkr
        • Equational
        • Cryptography
        • Poseidon
        • Where-do-i-place-my-book
        • Axe
        • Bigmems
        • Builtins
        • Execloader
        • Aleo
        • Solidity
        • Paco
        • Concurrent-programs
        • Bls12-377-curves
      • Debugging
      • Std
      • Proof-automation
      • Macro-libraries
      • ACL2
      • Interfacing-tools
      • Hardware-verification
      • Software-verification
      • Math
      • Testing-utilities
    • Vwsim-commands

    Vw-plot-command

    Plot simulation results.

    The VW-PLOT command

    General Form:
     (vw-plot requests csv-file)

    Description

    vw-plot plots the requested simulation values using gnuplot. The simulation values to be plotted are provided in a CSV file. It is expected that the first column in the CSV file contains the simulation times.

    Note: In order to use the vw-plot command, it is expected that gnuplot is already installed on your system.

    Usage and Arguments

    Required arguments

    requests - an association-list of request types and node/device names. See vwsim-output-request-format for the format of this alist.

    csv-file - a string containing the path to a CSV file with the simulation results to plot.