Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 607 Bytes

File metadata and controls

36 lines (24 loc) · 607 Bytes
libvis logo

This is a data_access_wrapper libvis module

Installation

libvis-mods download gh:libvis/data_access_wrapper
cd data_access_wrapper
libvis-mods install

Usage

from libvis.modules import data_access_wrapper
from libvis import Vis

vis = Vis()
test_data = [
    [3, 12, 13, 15, 17],
    [23, 24, 34, 30, 37]
]
vis.vars.test = data_access_wrapper(body=test_data)

Click on "Open data in new tab" to get the data.