Back to Knowledge Base
Features

Figure Lab

Advanced figure creation and editing tools.

Figure Lab

Figure Lab is PatentPublish's dedicated environment for creating and editing patent figures.

Accessing Figure Lab

  • Click "Figure Lab" in the top navigation
  • Select a patent from the dropdown
  • Start creating or editing figures
  • Figure Creation Methods

    Graphviz DOT (Recommended)

    Graphviz creates professional flowcharts and diagrams:

    digraph G {
    

    rankdir=TB;

    node [shape=box];

    input [label="Input\n102"];

    process [label="Processor\n104"];

    output [label="Output\n106"];

    input -> process -> output;

    }

    JSON Schema

    Define figures using a structured format:

    {
    

    "title": "FIG. 1",

    "type": "block-diagram",

    "nodes": [

    {"id": "102", "label": "Input Module"},

    {"id": "104", "label": "Processor"}

    ],

    "edges": [

    {"from": "102", "to": "104"}

    ]

    }

    Reference Number Validation

    Figure Lab validates that your reference numbers match the patent description:

    • Green: Number appears in detailed description
    • ⚠️ Yellow: Number mentioned but context unclear
    • Red: Number not found in description

    Batch Generation

    Generate multiple figures at once:

  • Click "Generate All Figures"
  • AI analyzes your patent
  • Creates appropriate figures for each concept
  • Review and accept individually
  • SVG Export

    Export figures for USPTO filing:

  • Click "Export Drawings"
  • Downloads ZIP with all figures as SVG
  • Each figure named: "FIG_1.svg", "FIG_2.svg", etc.
  • Tips for Better Figures

  • Keep it Simple: USPTO prefers clear, simple diagrams
  • Consistent Style: Use same shapes and fonts throughout
  • Readable Labels: Ensure text is large enough
  • Reference Everything: Every element should have a number
  • More from Features