Qiskit / qiskit

Qiskit is an open-source SDK for working with quantum computers at the level of extended quantum circuits, operators, and primitives.
https://www.ibm.com/quantum/qiskit
Apache License 2.0
5.26k stars 2.37k forks source link

Interactive histogram is super jumpy on mouse over #1259

Closed nonhermitian closed 5 years ago

nonhermitian commented 6 years ago

Informations

What is the current behavior?

Interactive histogram is super jumpy when moving mouse over.

jumpy_interative

Steps to reproduce the problem

What is the expected behavior?

Suggested solutions

nonhermitian commented 6 years ago

@filemaster

filemaster commented 6 years ago

The problem is the 2D library is trying to make room for the labels scaling the graph. A fix is in progress and it will be released asap.

filemaster commented 5 years ago

See: #1358

nonhermitian commented 5 years ago

and done. Thanks