Coordinate Axis & Curves

Canvas 600×580
Model:
Scale:
Docs
  • Axis & Points Configuration
    • X/Y Axes, origin & tick markers
      Axis Boundaries & Labels
      X-Axis Max: Label:
      Y-Axis Max: Label:
      Origin Label:
      Supports math notation & MathML: Q^*, P_m, \pi, <math>
      Axis Color:
      Axis Tick Markers
      X Tick 1: at X Tick 2: at
      Y Tick 1: at Y Tick 2: at
  • Points & Labels
    • Points, coordinates & text annotations
      Point 1 (Empty)
      Label Text:
      Coords: (, ) Pos:
      Point 2 (Empty)
      Label Text:
      Coords: (, ) Pos:
      Point 3 (Empty)
      Label Text:
      Coords: (, ) Pos:
  • Rectangles
    • Bounding boxes & shaded zones
      Rectangle 1
      Coords: (,) (,)
      Name: Color:
  • Circles
    • Configurable circles & radii
      Circle 1
      Center: (,) Radius:
      Label: Color:
  • Straight Lines
    • Configurable straight segments
      Line 1
      L: 0.00 u | Slope: 0 (0°)
      Coords: (,) (,)
      Arrow: Width: Style:
      Label: Pos: Anchor: Color:
      Line 2
      L: 0.00 u | Slope: 0 (0°)
      Coords: (,) (,)
      Arrow: Width: Style:
      Label: Pos: Anchor: Color:
      Line 3
      L: 0.00 u | Slope: 0 (0°)
      Coords: (,) (,)
      Arrow: Width: Style:
      Label: Pos: Anchor: Color:
      Line 4
      L: 0.00 u | Slope: 0 (0°)
      Coords: (,) (,)
      Arrow: Width: Style:
      Label: Pos: Anchor: Color:
  • Bézier Curves
    • Cubic Bézier splines
      Curve 1
      Start / Ctrl / End:
      P1: (,) C1: (,)
      C2: (,) P2: (,)
      Label: Color:
      Curve 2
      Start / Ctrl / End:
      P1: (,) C1: (,)
      C2: (,) P2: (,)
      Label: Color:
  • Example Models (14)
    • Click any template to populate coordinate inputs, render on canvas, and generate LaTeX TikZ code:

  • Export & Import
    • Export CSV File:
      Download CSV Data
      Import Data File:
Canvas Viewport
100%
Cursor: (x, y)
100%
TikZ / LaTeX Code
\documentclass[border=8pt,tikz]{standalone}
\usepackage{tikz}
\usetikzlibrary{arrows.meta, positioning, calc}
\usepackage{amsmath,amssymb}
\usepackage{xcolor}

\begin{document}
\begin{tikzpicture}


\end{tikzpicture}
\end{document}