Skip to content
/ brp Public

Browser Plot, small library to do static SVG 2d plots.

Notifications You must be signed in to change notification settings

tcoenen/brp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brp

Browser Plot, small library to do static SVG 2d plots The brp library is not a general replacement for Matplotlib. Developed on Python 2.6 and 2.7

Features

  • Scatter (with or without errors), line, 1d histogram plots
  • 2d Histogram plots
  • Data points can be color-coded and have shapes depending on values in data.
  • Rasterized fallback implemented for busy scatter and line plots (using base64 encoded PNGs embedded in the SVG files). This helps avoiding giant, slow to render SVG files.

External dependencies

  • Python Imaging Library for raster image generation
  • Numpy

Examples

For some examples see the tests directory.

About

Browser Plot, small library to do static SVG 2d plots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages