implot
implot copied to clipboard
Immediate Mode Plotting
Following up on #341 I implemented the feature. There are 2 issues I would like your input with: 1. Where or how would you define the number of built-in colormaps?...
Fix small range changing during axis drag (from left to right). This occurs because `SetMin` uses `Range.Max` value for validating range before it is set by calling `SetMax`. It is...
It is a good project ! Is it possible to proivde a chart type which draw real time data wave line like ecg wave ? like this : https://demo.scichart.com/javascript-vital-signs-ecg-medical-chart-example thanks...
Hi all! I wanted to use this cool library for my purposes. I want to use it to draw a graph like this:  Note that we are referring to...
Hello, I found that the various IMPLOT_TMP template implementations do not support `long double`. See extract from `implot_items.cpp`: ````cpp template void PlotLine(const char* label_id, const T* xs, const T* ys,...
Since ImPlotAxisFlags_Time is removed I noticed, that the mouse position text for dates is not showing the date but the double. 
When NaN is present in the heatmap data, it raises an assertion at RectInfo operator()(I idx). How can I turn the NaN data into a specified color, e.g., black or...
The PlotBars methods seem to expect the width to be specified in plot space, but on a log scale that doesn't make sense, because your bars will be inconsistent sizes....
Hi I get this issue, probably something wrong am doing/got wrong understanding. I have a check where it only loads images when texture is available, if not available then show...
Hi Not sure why circle looks more like hexagon, and also if the weight is increased it the boundaries looks like flower. Circle Code: ImPlot::SetNextMarkerStyle(ImPlotMarker_Circle, radiusSize, FillColor, thickness, OutFillColor); ImPlot::PlotScatter(name,...