Skip to content

Commit 3df021a

Browse files
kolibril13behackl
andauthored
Update docs/source/examples/plots_examples.rst
Co-authored-by: Benjamin Hackl <[email protected]>
1 parent 79d4762 commit 3df021a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/examples/plots_examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Examples to illustrate the use of :class:`.GraphScene` in manim.
2222
CONFIG = {
2323
"y_min": 0,
2424
"y_max": 100,
25-
"y_tick_frequency": 10,
25+
"y_axis_config": {"tick_frequency": 10},
2626
"y_labeled_nums": np.arange(0, 100, 10)
2727
}
2828

0 commit comments

Comments
 (0)