D
D
dr sbtn2016-03-15 19:51:38
Python
dr sbtn, 2016-03-15 19:51:38

Which library is suitable for drawing graphs in Python?

I have a goal:
to write a program in Python that will depict a graph of a function given in world coordinates. (That is, it will be necessary to transfer from the world system to the screen system).
(I need something with analogues of the lineTo and moveTo functions)
(of the built-in graphical procedures and functions, I can only use those that are responsible for plotting a point and a segment. No charts.)
Probably, the PyQt library can be the answer to my question. Is it suitable?
if the information is needed, the operating system is windows.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vov Vov, 2016-03-16
@balamut108

The simplest one is Seaborn, it's based on mathplotlib, but it's easier to use: web.stanford.edu/~mwaskom/software/seaborn

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question