## create_figure()


Create a placeholder figure.


Usage


``` python
create_figure(
    title,
    width=600,
    height=400,
)
```


## Parameters


`title: str`  
The title text to render on the figure.

`width: int = ``600`  
Figure width in pixels.

`height: int = ``400`  
Figure height in pixels.


## Returns


`str`  
SVG markup for the figure.
