cv-plot icon indicating copy to clipboard operation
cv-plot copied to clipboard

fast modular opencv plotting library

Results 10 cv-plot issues
Sort by recently updated
recently updated
newest added

Proposal for a small switch for internal Hershey fonts, i.e. it's switch between ascii (default) and unicode fonts for opencv/4.*. Possible solution for #32.

Does cv-plot support time scale axes? I cannot find smth related. I found only custom drawables. Does it enough to reimplement xaxis as time series axis and vertical grid as...

I see cv-plot uses cv::FONT_HERSHEY_SIMPLEX while it doesn't support non-ascii characters (so we cannot use non-ascii characters with cv-plot at the moment) meanwhile COMPLEX font supports utf-8 opencv/opencv#17980 and if...

I use the header only integration method. Adding -I./inc in Makefile to compile CvPlot library. But I cannot navigate on any windows of plot. Could you help?

Hi, I would like to use your library after creating an install space. I followed your instructions for header-only use and I currently include your lib in my CMakeLists File...

trying to install libraries for cv-plot Not sure how - normally I'd use vcpkg but its not listed. Makefile reports error - something to do with conan?

enhancement
question

currently there are only solid linestyle and circle/dot pointstyle supplied. Maybe at least solidline/dotline, circle/dot/star/*/+ supported? colors are enough now I think.

enhancement

Hi, I am trying to show two windows at the same time, one is for the data and the other is for the histogram of data. Now I can only...

I tried the header only integration, I put the lib on the path of the project but it doesn't work, can someone help me?