Skip to content

angusforrest/swanplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swanplot

Python plotting tool for datacubes

Utilises numpy, pillow, and pydantic

to use the package pip install and import swanplot and then upload to the (animate web endpoint)["https://animate.deno.dev"]. The data will be rendered client side (no scrapping of data) inside your browser.

import swanplot as splt


ax = splt.axes()

ax.hist(data)

ax.savefig("animation.json")
  

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages