fmvin

Results 9 issues of fmvin

This copy of the discussion from https://groups.google.com/d/topic/natsio/0nuqWz1BWBY. The answer was no with explanation what wildcards should be used to subscribe to several subjects. Obviously if program should subscribe to logically...

enhancement

Please add to the library similar functions existed in opencv ["Structural Analysis and Shape Descriptors"](https://docs.opencv.org/4.2.0/d3/dc0/group__imgproc__shape.html) to manipulate with contours: * findContours * boundingRect * contourArea * moments * etc

enhancement
help wanted

Please add realization of all second order greeks.

### Is your feature request related to a problem? The chart is scaled from zero to max value on Y axis. If an min and max values of the range...

New feature

Please add to the library a "scatter" plot on polar axis. It will be good to have to choose a "scatter" view: 1. Arc figures. Inspired by [nttiny library](https://github.com/haykh/nttiny) and...

enhancement
plot type

Please release native support of plotting data in realtime. Unfortunately, a [trick](https://github.com/alshan/lets-plot-mini-apps/issues/2) which is discussed here is just a workaround with significant efforts . As @alshan mentioned "Lets-Plot itself doesn't...

* [x] I realize finplot is not a web lib. (Hint: it's native!) * [x] I've read the [snippets](https://github.com/highfestiva/finplot/wiki/Snippets) and not found what I'm looking for. * [x] I've searched...

bug

Trying to build the serial lib with mingw followed to link errors of termios calls. It happens because mingw compiled against msvcrt.dll but not glibc. Serial.rs should be compiled with...

The db is created in C++ app and contains a lot of [WideColumns ](https://github.com/facebook/rocksdb/wiki/Wide-Columns) data. Is it possible to access these data using RocksDict? In the code example below value...

enhancement