Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #956
| From | scap3y <sarthakpati@gmail.com> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Multiple Scatter Plots |
| Date | 2012-02-22 05:59 -0800 |
| Organization | http://groups.google.com |
| Message-ID | <6804076.931.1329919174440.JavaMail.geo-discussion-forums@ynjc20> (permalink) |
I want to make scatter plots from 2 different source files "test1.txt" and "test2.txt" but from different columns. I am just not able to get 2 different scatters. My code is given below. Any help would be much appreciated. *** set multip multiplot> splot "./test1.txt" using 2:3:4 lt 1 multiplot> splot "./test2.txt" using 2:3:4 lt 2 multiplot> unset multi ***
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
Multiple Scatter Plots scap3y <sarthakpati@gmail.com> - 2012-02-22 05:59 -0800
Re: Multiple Scatter Plots sfeam <sfeam@users.sourceforge.net> - 2012-02-22 10:48 -0800
Re: Multiple Scatter Plots scap3y <sarthakpati@gmail.com> - 2012-02-24 05:12 -0800
csiph-web