Skip to content

Commit

Permalink
MAINT: remove wrong comment from the scatter_id demo (#859)
Browse files Browse the repository at this point in the history

* MAINT: remove wrong comment from the scatter_id demo

---------

Co-authored-by: Chengyu Liu <cyliu@aus552cyliu.local>
Co-authored-by: Corran Webster <cwebster@enthought.com>
  • Loading branch information
3 people authored May 16, 2023
1 parent 5603512 commit fa42199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaco/examples/demo/basic/scatter_1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def _create_plot_component():
marker="square",
index_sort="ascending",
color="orange",
marker_size=3, # randint(1,5, numpts),
marker_size=3,
bgcolor="white",
use_backbuffer=True,
)
Expand Down

0 comments on commit fa42199

Please sign in to comment.