EnglishFrenchSpanish

OnWorks favicon

pcv - Online in the Cloud

Run pcv in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command pcv that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


pcv - Picviz console veritable tool

SYNOPSIS


pcv -Toutput_plugin [-Rrender_plugin] [options] file.pcv ['filter']

DESCRIPTION


pcv allows to compile PCV files into a plugin choosen format, such as svg, csv, png or
other.

-Tplugin Replace 'plugin' with a output plugin name. See plugin section

-Rplugin Replace 'plugin' with a render plugin name. See plugin section

options can be either one or several among:

-A argument Provides arguments to the render and output plugin

-a Displays all text along with lines

-d Activates debug mode

-Ln Draw text every n line

-l Skip learning mode

-o file Output to the given file instead of stdout

-p file Use given file to store PID

-r...(rrr) Increases image height and width

-s socket.name Create the socket.name and listen to it (for real-time capabilities)

-t template Use the given template when listening to a socket

-Warg Use Picviz with a special keyword. See keywords section

The filter parameter is explained in the filter section below.

PLUGINS


Plugins are located with ld, search path can be overridden with PICVIZ_PLUGINS_PATH
environment variable.

Output
Output data in the wanted file format. Available plugins are:

svg

plplot

csv

sdl

pngcairo

debug

Render
Modify data rendering. Available plugins are:

heatline: possible arguments (-A): virus

debug

KEYWORDS


Keywords are special parameters given to picviz to use a library along with parsing and
rendering. This is deactivated by default because it makes the program slow, but it may be
very usefull in certain cases.

Following keywords are accepted:

pcre: activates pcre pattern matching for filtering (pcv -Tsvg -Wpcre file.pcv 'show value
= ".*foo.*" on axis 1')

FILTER


pcv allows filtering to choose data you want to see displayed. When the pcv language
parser is called, a Pcv Image Filter (PIF) is applied. It allows to filter either before
any data is calculated (data filter), once calculated and before adding the line to the
image (pre line filter) or, once other lines have been added and ask for specific
removales (post line filter).

Relations
Filter relation can be either:

= equal

!= not equal

< less than

> greater than

<= less or equal

>= greater or equal

Selecting plot value
plot: Will select the value, as plotted by the engine. Accepted values can be the y
position on the axis or the relative percentage.

'show plot > 100 on axis 3': will display only lines which have their plot on the axis 3
greater than 100 can be called like this:

Example: pcv -Tsvg file.pcv 'show plot > 100 on axis 3'

By default, the image height is 500 pixels, so this filter is equivalent than > 100:

'show plot > 20% on axis 3'.

It is possible to filter using multi-criterion values:

'show plot > 20% on axis 3 and plot < 42 on axis 5'

Pattern matching
Values can be selected, either with their original text string, or by using pattern
matching. By default, pattern matching is not activated.

Pattern matching activated is done with -Wpcre argument. To filter values with
[0-9][aA].*, you can type:

pcv -Tsvg file.pcv -Wpcre 'show value = "[0-9][aA].*" on axis 1'.

Note that with string comparisons (with value), only the equal (=) relation is accepted.

EXAMPLE


pcv -Tsvg file.pcv

pcv -Tpngcairo file.pcv -rrrr -a > file.png

pcv -Tpngcairo -Rheatline -Avirus file.pcv > file.svg

pcv -Tpngcairo -s local.sock -t file.pcv -o file.png ''

Use pcv online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    archlabs_repo
    archlabs_repo
    Package repo for ArchLabs This is an
    application that can also be fetched
    from
    https://sourceforge.net/projects/archlabs-repo/.
    It has been hosted in OnWorks in...
    Download archlabs_repo
  • 2
    Zephyr Project
    Zephyr Project
    The Zephyr Project is a new generation
    real-time operating system (RTOS) that
    supports multiple hardware
    architectures. It is based on a
    small-footprint kernel...
    Download Zephyr Project
  • 3
    SCons
    SCons
    SCons is a software construction tool
    that is a superior alternative to the
    classic "Make" build tool that
    we all know and love. SCons is
    implemented a...
    Download SCons
  • 4
    PSeInt
    PSeInt
    PSeInt is a pseudo-code interpreter for
    spanish-speaking programming students.
    Its main purpose is to be a tool for
    learning and understanding the basic
    concep...
    Download PSeInt
  • 5
    oStorybook
    oStorybook
    oStorybook l'outil privil�gi� des
    �crivains. ATTENTION : voir sur
    http://ostorybook.tuxfamily.org/v5/
    --en_EN oStorybook the right tool for
    writers. WARNIN...
    Download oStorybook
  • 6
    Asuswrt-Merlin
    Asuswrt-Merlin
    Asuswrt-Merlin is a third party
    firmware for select Asus wireless
    routers. Based on the Asuswrt firmware
    developed by Asus, it brings tweaks, new
    features and ...
    Download Asuswrt-Merlin
  • More »

Linux commands

  • 1
    aafigure
    aafigure
    aafigure - convert ASCII art to an
    image ...
    Run aafigure
  • 2
    aafire
    aafire
    aafire, aainfo, aasavefont, aatest -
    aalib example programs ...
    Run aafire
  • 3
    coqtop.opt
    coqtop.opt
    coqtop.opt - The native-code Coq
    toplevel ...
    Run coqtop.opt
  • 4
    coqwc
    coqwc
    coqwc - print the number of
    specification, proof and comment lines
    in Coq files ...
    Run coqwc
  • 5
    g15composer
    g15composer
    g15composer - Scriptable command
    interface to libg15render(3) drawing
    functions DESCRIPTION: G15composer is a
    scriptable command interface to the
    libg15render ...
    Run g15composer
  • 6
    g15daemon
    g15daemon
    g15daemon - provides access to extra
    keys and the LCD available on the
    logitech G15 keyboard. DESCRIPTION:
    G15Daemon allows users access to all
    extra keys by d...
    Run g15daemon
  • More »

Ad