Skip to content

[ENH]: consistent behaviour for stem #23127

@Atcold

Description

@Atcold

Problem

stem and plot should be interchangeable.

from matplotlib.pylab import *
style.use(['bmh', 'dark_background'])
a = randn(5)
b = randn(5)

Plotting two lines

plot(a)
plot(b)

image

Choosing the colours

plot(a, 'r')
plot(b, 'b')

image

Now with stem

stem(a)
stem(b)

image

Same colour? Why? Which one is which???

Okay, let me choose the colours

stem(a, 'r')
stem(b, 'b')

ERROR!

Proposed solution

Share the same basic syntax across functions visualising the same type of data?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy