K
K
Kop3t32014-11-20 18:32:57
Python
Kop3t3, 2014-11-20 18:32:57

Plotting libraries in python?

Hello!
Please advise a library for python`a for plotting functions, etc. Two features are needed:
1) the ability to pass the library a callback function that performs calculations, calling which the library itself builds a graph.
2) the ability to create a graph for several points, so that the library itself completes it to infinity (or to a specified maximum).
3) the ability to get x from the graph for a given player and vice versa programmatically.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andy_U, 2014-11-20
@Kop3t3

matplotlib

T
tsarevfs, 2014-11-20
@tsarevfs

Not sure if there is a ready solution. But this functionality is easy to implement based on numpy and scipy
1. Change the data and draw the graph in your own loop.
2, 3 Use the interpolation function .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question