LGSInnovations / sigplot

SigPlot provides fast interactive web-plotting for software defined radio.
https://sigplot.lgsinnovations.com
Apache License 2.0
36 stars 26 forks source link

How do I set the z axis min and max using the options that are passed into sigplot #102

Open kmun opened 3 years ago

kmun commented 3 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Sorry, this may not be a feature request. I just can't find the documentation on what options can be sent into sigplot.Plot I need to set the z axis min and max values on a 2d plot (raster)

Describe the solution you'd like A clear and concise description of what you want to happen. I would like to know where to find the documentation on all the options I can use in sigplot.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

maihde commented 3 years ago

@kmun here is an example of setting zmin/zmax.

https://github.com/spectriclabs/sigplot/blob/c04270433e985d1f44c242b08cfb6d879ae106b8/test/tests.interactive-layer2d.js#L677