{
    "mode": "man",
    "parameter": "pbmtoplot",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/pbmtoplot/1/json",
    "generated": "2026-06-14T00:43:09Z",
    "synopsis": "pbmtoplot [pbmfile]",
    "sections": {
        "NAME": {
            "content": "pbmtoplot - convert a portable bitmap into a Unix plot(5) file\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "pbmtoplot [pbmfile]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Reads a portable bitmap as input.  Produces a Unix plot file.\n\nNote that there is no plottopbm tool - this transformation is one-way.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "pbm(5), plot(5)\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Copyright (C) 1990 by Arthur David Olson.\n\n\n\n1 September 1990                              pbmtoplot(1)",
            "subsections": []
        }
    },
    "summary": "pbmtoplot - convert a portable bitmap into a Unix plot(5) file",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "pbm",
            "section": "5",
            "url": "https://www.chedong.com/phpMan.php/man/pbm/5/json"
        },
        {
            "name": "plot",
            "section": "5",
            "url": "https://www.chedong.com/phpMan.php/man/plot/5/json"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "Convert a PBM image into a UNIX plot file.",
        "examples": [
            {
                "description": "Convert a PBM image into a UNIX plot file",
                "command": "pbmtoplot {{path/to/image.pbm}} > {{path/to/output.plot}}"
            }
        ]
    }
}