mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 13:11:05 +01:00 
			
		
		
		
	Docs: update links, sponsors
This commit is contained in:
		| @@ -6298,7 +6298,7 @@ bool ImGui::ListBox(const char* label, int* current_item, bool (*items_getter)(v | ||||
| // Plot/Graph widgets are not very good. | ||||
| // Consider writing your own, or using a third-party one, see: | ||||
| // - ImPlot https://github.com/epezent/implot | ||||
| // - others https://github.com/ocornut/imgui/wiki/Useful-Widgets | ||||
| // - others https://github.com/ocornut/imgui/wiki/Useful-Extensions | ||||
| //------------------------------------------------------------------------- | ||||
|  | ||||
| int ImGui::PlotEx(ImGuiPlotType plot_type, const char* label, float (*values_getter)(void* data, int idx), void* data, int values_count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 frame_size) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user