Hi, Using Mathematica 14.2 I am trying to run the following built in function: CommunityGraphPlot
I'm getting the following error message: ConvexHullMesh::affind
When trying to run examples provided in the Help page of that function: https://reference.wolfram.com/language/ref/CommunityGraphPlot.html
I'm getting the same error: ConvexHullMesh::affind: {{1.28234,1.35493},{1.28234,1.57998},{1.50739,1.35493},{1.50739,1.57998},{0.561602,-0.0244771},<<41>>,{0.499273,2.02323},{0.499273,2.24828},{0.0656264,1.40944},{0.0656264,1.63449},<<18>>} should be a list of 3 or more affinely independent points.
The same function runs OK on Mathematica version 12 Any idea what could be the problem and how to fix it?