From c5ccfbf9b31ad533968bf3b51c0d416f4d7836ab Mon Sep 17 00:00:00 2001 From: profholzer Date: Sun, 7 Jul 2013 22:58:32 +0200 Subject: [PATCH] color of candlestick lines the line of a candlestick should have the same color as the body (rectangle) --- lib/matplotlib/finance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/finance.py b/lib/matplotlib/finance.py index c9a6358a6a35..ded99dd8d4a5 100644 --- a/lib/matplotlib/finance.py +++ b/lib/matplotlib/finance.py @@ -350,7 +350,7 @@ def candlestick(ax, quotes, width=0.2, colorup='k', colordown='r', vline = Line2D( xdata=(t, t), ydata=(low, high), - color='k', + color=color, linewidth=0.5, antialiased=True, ) 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