implot icon indicating copy to clipboard operation
implot copied to clipboard

Immediate Mode Plotting

Results 172 implot issues
Sort by recently updated
recently updated
newest added

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: ![Footprint-Chart-Stock-Market-Reversal](https://user-images.githubusercontent.com/17671542/122638164-4f419980-d0fb-11eb-813b-eb368f0cf6f0.png) Note that we are referring to...

plot type

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. ![Screenshot 2022-07-07 111217](https://user-images.githubusercontent.com/38251717/177738147-853ff276-6dc6-4735-9cc2-d242883d21f4.png)

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...

type:fix

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....

type:feat

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,...