sigplot icon indicating copy to clipboard operation
sigplot copied to clipboard

SigPlot provides fast interactive web-plotting for software defined radio.

Results 33 sigplot issues
Sort by recently updated
recently updated
newest added

**Describe the bug** m.initialize has a bug setting the subsize if the array input is array of data views **To Reproduce** ```js data = [new DataView(new ArrayBuffer(10))]; plot.overlay_array(data);//throw "subsize must...

bug

**Describe the bug** Plotting scalar packed files on larger (~15 MB) files (i.e., `overlay_href`) is currently inefficient. Changing SP to SB on the server-side, while space-inefficient, speeds up plotting. Also,...

performance

It's confusing for 6 to mean triangle. Allow symbols to be defined using either name or number.

enhancement
good first issue

Use Layer1D to draw a line of 12 points and notice the last two symbols are not rendered.

bug

**Is your feature request related to a problem? Please describe.** While raster plots are very useful, in some cases a 3d surface plot provides additional information **Describe the solution you'd...

enhancement
needs triage

![image](https://user-images.githubusercontent.com/229922/61601784-04fcc880-ac05-11e9-9f4c-59a65ae1936e.png)

enhancement

When using Layer1D with `fillStyle`, the fill is draw on top of symbols

bug

This adds RDP Compression via the Simplify.js npm package found here: https://github.com/mourner/simplify-js and can be used like this: ``` var container = document.getElementById('plot'); var plot = new sigplot.Plot(container, { xcmp:...

**Describe the bug** 1. On file rasters, the large color bar changes the ncolors once the up/down arrow is pressed. 2. The arrows appear to be inconsistent in working, especially...

bug

2 dimensional plots have an 'xcmp' flag that could be useful for 1 dimensional plots as well. It would enable methods for 'combining' points that otherwise map to the same...

enhancement