Ticket #6894 (closed enhancement: duplicate)

Opened 4 years ago

Last modified 19 months ago

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

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

comment:2 Changed 20 months ago by kcrisman

  • Status changed from needs_review to positive_review
  • Milestone changed from sage-wishlist to sage-duplicate/invalid/wontfix

comment:3 Changed 19 months ago by jdemeyer

  • Status changed from positive_review to closed
  • Resolution set to duplicate
Note: See TracTickets for help on using tickets.