`mirror: "all"`: spurious ticks
Nessuno ha ancora preso questa issue.
- Lingua principale
- JavaScript
- Stelle
- 18.3k
- Fork
- 2k
- Merge medio
- 2g 12h
- PR unite (30g)
- 28
Descrizione
The documentation of mirror states that:
If "all", axis lines are mirrored on all shared-axes subplots. If "allticks", axis lines and ticks are mirrored on all shared-axes subplots.
I.e., from what I gather mirror: "all" should not put any tick marks but merely draw a line. Presently, however, it does put tick marks on the mirrored axis of the first subplot (or even solitary plot).
Previously, a variant of this was noted in #4136 where mirror: "all" would behave like mirror: "allticks". This was addressed in #4140, but the fix seems only to have addressed part of the issue, however. Specifically:
| Example | Behavior | |
|---|---|---|
| Before #4140 (v1.49.3) | https://codepen.io/thchr/pen/yLbpowE | Ticks on all mirrored axes |
| After #4140 (v1.49.4 and later) | https://codepen.io/thchr/pen/qBmpXge | Ticks on mirrored axis of first subplot |
What I thought expected behavior would be is this (i.e. tick on no mirrored axis; only the left-most non-mirrored y-axis of the first subplot):

Guida per i contributori
Apri la guida per i contributori
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.
Direzione di ricerca
Riproduci il comportamento utilizzando gli esempi CodePen collegati e confronta mirror: "all" con mirror: "allticks" nei subplot con assi condivisi. Traccia il comportamento del mirroring degli assi responsabile del primo subplot, quindi verifica che mirror: "all" disegni linee specchiate senza tacche, mentre l’asse che non dovrebbe essere specchiato conserva le proprie tacche.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- javascript
- Ambito
- data-visualization
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100