TextPlot

Source code notebook

using InMemoryDatasets, DLMReader, StatisticalGraphics

Example

ds = Dataset(x=rand(10), y=rand(10), text='A':'J')

sgplot(ds, TextPlot(x=:x, y=:y, text=:text))

This page was generated using DemoCards.jl and Literate.jl.