Skip to content

libvis/data_access_wrapper

Repository files navigation

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.

About

Libvis wrapper module that provides access to raw data of every module

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors