D
D
Danil Samodurov2020-06-20 20:24:08
Python
Danil Samodurov, 2020-06-20 20:24:08

Which Python library to use for visualization?

Hello. Please tell me a Python library for data visualization (two-axis graph) in real time, with the ability to interactively view data (zoom, zoom, value at a specific point when hovering with the mouse, scroll, etc.). Used matplotlib, but for my purposes it doesn't work for me, although maybe I'm just not that good at it.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
dmshar, 2020-06-20
@dmshar

Plotly, Bokeh, d3.js.... it all depends on what exactly you want to do. And in what environment. The question is too vague.

R
Ruslan, 2020-06-21
@DollaR84

If I understand you correctly, and the GUI library doesn't matter, then wx.lib.plot.plotcanvas.PlotCanvas
is one of the components of the wxpython library, which is a python version of the WX Widgets cross platform library.
I myself have not worked with this component yet, but judging by the description:
Creates a PlotCanvas object.
A subclass of wx.Panel that contains two scrollbars and the actual graphics canvas (self.canvas). This allows simple general data plotting with scaling, labels, and automatic axis scaling.
And also he has a huge number of methods for working with him.
So, I think it should fit your request.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question