I am producing a graph
using python matplotlib with a line color gradient and colorbar
Everything seems fine but in higher resolution one can notice the breaks between line segments as in next image:
Is there any way to smooth out this graph? I figured one could perhaps artificially increase the number of data points in the vulnerable areas of joints but I was not able to implement it successfully.