Wrong location of Y-tick-labels.
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Idoneità per principianti
- 25/100
- Tipo di issue
- Bug
- Chiarezza
- Da chiarire
- Stato di attività
- Ferma
- Stack tecnologico
- matplotlib, python
- Ambito
- data-visualization
Direzione di ricerca
Inizia riproducendo il comportamento segnalato della funzione set_fibs() nell’issue, in particolare axes[0].secondary_yaxis('left') e la configurazione delle etichette dei tick, usando lo screenshot collegato e data.zip. Il lavoro sarebbe completato quando si sarà determinato se le etichette dell’asse Y secondario possono essere allineate ai relativi tick senza perdere la griglia dei prezzi principale; non viene indicato alcun file del repository né alcun test.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
Dear Mr. Goldfarb, once again I ask for your assistance in solving a problem. I'm still working on an all in one solution, but this time it is build around mplfinance and pandas_ta. As you can see in the screen dump, this plot is based on the default style of mplfinance. But I can change it on the fly by the button 'settings'. With settings you can choose out all the mplfinance types and styles. It is too hard to discus at once all the options i wrote so far. But it is interactive and based on tkinter and TkAgg or Agg backend.
The problem:
Adding a secondary Yaxis on the first plot of mplfinance 'the date-price plot'. The secondary Y-axis contain the fibonacci levels and the values feeded by a dict. As you can see the lines will be plot correct, no problem. The major failure is that the Y-tick-labels don't follow the Y- ticks. The tick-labels always will be plotted on de opposite site of the Y-ticks. Whatever I try. The 'twinx' is not a solution because it block the cursor acces to the first plot axes[0] the 'date-price plot', for a dark reason. I don't offer the cursor for it, because it works fast and fine. It plot the date and price value left on the bottom toolbar. The minor problem after adding the fibonacci levels, the grid of the price ticks will be lost. Below you will find the function how I plot the fibonacci lines and config of the secondary Y-axis. I will hope You will and can help me ? Many thanks in advance.
def set_fibs():
global fib, axes
bolds = ['0.0', '100.0', '200.0', '300.0', '400.0', '500.0', '600.0', '700.0', '800.0', '900.0']
yliFor = []
yliLoc = []
limit = axes[0].get_ylim()
y2 = axes[0].secondary_yaxis('left')
y2.set_ylim(limit[0], limit[1])
for k, v in fib.items():
if v <= limit[1] and v >= limit[0]:
tmp = k + ': ' + "{:.3f}".format(v)
yliFor.append(tmp)
yliLoc.append(v)
if any(sb in k for sb in bolds):
axes[0].axhline(v, linestyle='solid', color='brown', lw=0.9, label=k)
else:
if 'Fs' in k:
axes[0].axhline(v, linestyle='dashed', color='orange', lw=0.5, label=k)
else:
axes[0].axhline(v, linestyle='dashed', color='brown', lw=0.5, label=k)
y2.axes.set_yticks(yliLoc)
y2.axes.yaxis.set_ticklabels(yliFor, fontsize=8, color='brown')
for it in y2.get_yticklabels():
txt = it.get_text()
if 'Fs' in txt:
it.set_color('orange')
y2.set_ylabel('Fibonacci', color='brown')
return

- Lingua principale
- Python
- Stelle
- 4.4k
- Fork
- 678
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Preparare l'ambiente
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di matplotlib/mplfinance
-
bug
Difficoltà 2/5 1-3 ore Idoneità per principianti 62/100
matplotlib/mplfinance#672 ·
-
Difficoltà 5/5 Più di una settimana Idoneità per principianti 10/100
matplotlib/mplfinance#700 ·
-
enhancement
Difficoltà 5/5 Più di una settimana Idoneità per principianti 30/100
matplotlib/mplfinance#695 ·
-
question
Difficoltà 3/5 1-2 giorni Idoneità per principianti 25/100
matplotlib/mplfinance#691 · 1 commento ·
-
question
Difficoltà 4/5 3-5 giorni Idoneità per principianti 52/100
matplotlib/mplfinance#690 · 5 commenti ·
Tutte le issue di matplotlib/mplfinance
Issue simili
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 78/100
solana-foundation/pay-kit#341 ·
I maintainer di solito rispondono entro 1 giorno
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 78/100
nasa/python_cmr#123 ·
-
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 92/100
EleutherAI/lm-evaluation-harness#4243 ·
I maintainer di solito rispondono entro 1 giorno
-
area: dashboard bug perceived difficulty: 3
Difficoltà 2/5 1-3 ore Idoneità per principianti 88/100
Nitjsefnie-Harness-Commons/daedalus#1179 ·
I maintainer di solito rispondono entro 1 giorno
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 88/100
cusp-ai-oss/tojax#17 ·