# aero_fileplot

Generates 3-D surface plots of an `AeroDatabase` — one figure for stability derivatives and one for control derivatives at a reference beta.

```{eval-rst}
.. automodule:: avl_aero_tables.aero_fileplot
   :members:
   :undoc-members: False
   :show-inheritance:
```

## Example output

### figs[0] — Stability coefficients vs alpha × beta

```{image} /_static/img/bd_stab.png
:alt: Stability coefficients vs alpha and beta (bd.avl)
:width: 100%
```

### figs[1] — CLtot vs alpha × deflection

```{image} /_static/img/bd_ctrl_fig1.png
:alt: CLtot control derivatives (bd.avl)
:width: 100%
```

### figs[2] — CYtot

```{image} /_static/img/bd_ctrl_fig2.png
:alt: CYtot control derivatives (bd.avl)
:width: 100%
```

### figs[3] — CDtot

```{image} /_static/img/bd_ctrl_fig3.png
:alt: CDtot control derivatives (bd.avl)
:width: 100%
```

### figs[4] — Cltot

```{image} /_static/img/bd_ctrl_fig4.png
:alt: Cltot control derivatives (bd.avl)
:width: 100%
```

### figs[5] — Cmtot

```{image} /_static/img/bd_ctrl_fig5.png
:alt: Cmtot control derivatives (bd.avl)
:width: 100%
```

### figs[6] — Cntot

```{image} /_static/img/bd_ctrl_fig6.png
:alt: Cntot control derivatives (bd.avl)
:width: 100%
```
