Hello all,
I have a large set of data having over million entries and I want to plot it in a graph.
However the 2 libraries that I know of matplotlib and PyX both give me memory error since one requires file to be loaded and other requires such a huge list.
I am in need of a library that plots data as soon as it comes and there is no need of storing it.It could also be some type of using an application from python or using other languages like c++ etc with wrapper for python.....
Please help if you can..... Thanks a lot
I have a large set of data having over million entries and I want to plot it in a graph.
However the 2 libraries that I know of matplotlib and PyX both give me memory error since one requires file to be loaded and other requires such a huge list.
I am in need of a library that plots data as soon as it comes and there is no need of storing it.It could also be some type of using an application from python or using other languages like c++ etc with wrapper for python.....
Please help if you can..... Thanks a lot
Comment