Author Topic: Graph display software (from csv files)  (Read 4948 times)

0 Members and 1 Guest are viewing this topic.

Offline npelovTopic starter

  • Frequent Contributor
  • **
  • Posts: 330
  • Country: bg
    • Microlab.info
Graph display software (from csv files)
« on: August 02, 2018, 08:49:13 am »
Does anyone know good graph display software? Something that allows you to view big amounts of data, zoom, pan ... etc.
 

Offline Daruosha

  • Regular Contributor
  • *
  • Posts: 181
  • Country: ir
Re: Graph display software (from csv files)
« Reply #1 on: August 02, 2018, 09:00:04 am »
MATLAB
 

Offline mathsquid

  • Regular Contributor
  • *
  • Posts: 247
  • Country: us
  • I like math.
Re: Graph display software (from csv files)
« Reply #2 on: August 02, 2018, 07:26:32 pm »
Gnuplot might do what you want.
 

Offline lmester

  • Regular Contributor
  • *
  • Posts: 143
  • Country: us
    • My page
Re: Graph display software (from csv files)
« Reply #3 on: August 03, 2018, 02:54:12 am »
Another possibility is Kst.

https://kst-plot.kde.org/
 

Offline TimFox

  • Super Contributor
  • ***
  • Posts: 7949
  • Country: us
  • Retired, now restoring antique test equipment
Re: Graph display software (from csv files)
« Reply #4 on: August 03, 2018, 09:50:14 pm »
I like “Grapher” from Golden Software.
 

Offline JonM

  • Supporter
  • ****
  • Posts: 158
  • Country: us
Re: Graph display software (from csv files)
« Reply #5 on: August 04, 2018, 02:58:00 am »
R with ggplot

Yes, there is a bit of a learning curve, but there is no end to what you can do with data.

Here is my recent version of a quick start guide:

https://meekj.github.io/Rprogramming/modernRqsp.pdf

 

Offline ivaylo

  • Frequent Contributor
  • **
  • Posts: 661
  • Country: us
Re: Graph display software (from csv files)
« Reply #6 on: August 04, 2018, 07:01:37 am »
http://jupyter.org is an alternative to R. Same, a bit of a learning curve, but the sky is the limit.
 

Offline voltsandjolts

  • Supporter
  • ****
  • Posts: 2300
  • Country: gb
Re: Graph display software (from csv files)
« Reply #7 on: August 04, 2018, 07:56:02 am »
Does anyone know good graph display software? Something that allows you to view big amounts of data, zoom, pan ... etc.

Can you please define big - tens/hundreds of thousands or perhaps millions of datapoints.
Perhaps you could post the first 20 lines of your CSV so we can give some plot examples.

For tens of thousands DatPlot is OK, allows zooming and multiple strip charts (which all zoom together).
For a 1.4Mbyte free program it is impressive. Also, it is easier for 'normal' people to use than MatPlotLib / R / Octave etc.
http://www.datplot.com/
https://www.youtube.com/user/Aeroperf
 

Offline Mechatrommer

  • Super Contributor
  • ***
  • Posts: 11631
  • Country: my
  • reassessing directives...
Re: Graph display software (from csv files)
« Reply #8 on: August 04, 2018, 10:36:04 am »
Another possibility is Kst.
https://kst-plot.kde.org/
this... specifically and clearly dealing and talking about what the OP want... "big" data... they consider csv as not worth of analysis because they are too small! they probably talking about billions of data cramped into a screen. i can snap something together to do about the same (as proven with my millions of points FFT and DSO capture analysis) but...  its already there free to download.
Nature: Evolution and the Illusion of Randomness (Stephen L. Talbott): Its now indisputable that... organisms “expertise” contextualizes its genome, and its nonsense to say that these powers are under the control of the genome being contextualized - Barbara McClintock
 

Offline JonM

  • Supporter
  • ****
  • Posts: 158
  • Country: us
Re: Graph display software (from csv files)
« Reply #9 on: August 04, 2018, 02:01:58 pm »
http://jupyter.org is an alternative to R. Same, a bit of a learning curve, but the sky is the limit.

As far as I understand, Jupyter is a front end to multiple data analysis languages such as R, Python, Julia. I see that they even have an example of using C++.  Most R users use RStudio as an IDE / front-end, but Jupyter is also popular. I use ESS (Emacs Speaks Statistics) which is far less popular.

As for data size, I often have 100 million, or more, data points in my R session. These data points are usually first loaded from csv files (actually space separated) but then stored in a R binary format for faster re-reading.

The OP may want interactive graphics. While there are many ways of doing that in R, most now use JavaScript for browser display. I'm not sure how well they do with very large data sets. Making static plots from large data sets in R, with panning / zooming / etc, is straightforward from the command line. Doing it via mouse is more work.

I'll also note that my presentation referred to above includes some crude SCPI control and data acquisition in pure R. I expect to do more of that in the future.
 
 

Offline HighVoltage

  • Super Contributor
  • ***
  • Posts: 5472
  • Country: de
Re: Graph display software (from csv files)
« Reply #10 on: August 04, 2018, 03:20:19 pm »
I use minitab for that
There are 3 kinds of people in this world, those who can count and those who can not.
 

Offline voltsandjolts

  • Supporter
  • ****
  • Posts: 2300
  • Country: gb
Re: Graph display software (from csv files)
« Reply #11 on: August 04, 2018, 05:29:24 pm »
I use minitab for that

Ooof. For GBP1300 they must be pretty graphs!
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf