Ticket #6894 (closed enhancement: duplicate)
Plot list of functions with different colors by default
| Reported by: | nbonifas | Owned by: | was |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-duplicate/invalid/wontfix |
| Component: | graphics | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | Karl-Dieter Crisman |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
When plotting a list of functions, it would be nice that each of them gets a different color.
Example: plot([lambda x: x,lambda x: -x], (-5,5)) should plot x->x and x->-x in two different colors.
Change History
comment:1 Changed 20 months ago by kcrisman
- Status changed from new to needs_review
- Reviewers set to Karl-Dieter Crisman
- Report Upstream set to N/A
Note: See
TracTickets for help on using
tickets.

This is a duplicate of #8164, which has more comments. I'm putting its example there.