How not to include Dots in plot_line_graph, Manim

72 Views Asked by At

I have a problem, I need to plot a line graph with points and

plot_line_graph

method from Manim allows me to do that. But it also draws dots at each vertex of the line graph. How can I hide these dots?

I searched in Official Manim Documentation, but didn find any thing useful... Line graph with this points

1

There are 1 best solutions below

0
Ratislaus On BEST ANSWER

According to the plot_line_graph documentation you just need to set the add_vertex_dots parameter to False.