epezent / epezent/implot

Circle Looks more like Hexagon when s ized

Open
#366 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
6.2k
Forks
693
PR merge metrics
No merged PRs in 30d

Description

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, &xyCoordinate[0], &xyCoordinate[1], 1);

![image](https://user-images.githubusercontent.com/76258953/173258531-ef7484b8-ddc8-451c-b3bb-1827926ad6ac.png)

And this is how it looks like if thickness is increased:

![image](https://user-images.githubusercontent.com/76258953/173258555-044db646-8b74-4845-8616-2446bdc516ca.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.