---
title: "show(_:_:)"
framework: createml
role: symbol
role_heading: Function
path: "createml/show(_:_:)-537qb"
---

# show(_:_:)

Generates a streaming plot visualization of the two data columns.

## Declaration

```swift
func show<ElementX, ElementY>(_ x: MLDataColumn<ElementX>, _ y: MLDataColumn<ElementY>) -> any MLStreamingVisualizable where ElementX : MLDataValueConvertible, ElementY : MLDataValueConvertible
```

## See Also

### Plot visualizations

- [show(_:_:)](createml/show(_:_:)-2tmbf.md)
