COMPGROUPS.NET | Post Question | About | Groups | Contact | Register | Login



comp soft-sys matlab (18537)

comp os linux advocacy (5162)

comp soft-sys sas (3808)

comp soft-sys math mathematica (2920)

comp lang python (2910)

comp lang ruby (2557)

comp text tex (1734)

comp sys mac advocacy (1660)

comp lang c++ (1422)

comp lang javascript (1223)

comp lang c (1197)

comp lang perl misc (1192)

comp lang java programmer (927)

comp dsp (911)

comp sys mac system (893)

comp lang tcl (873)

comp databases ms-access (764)

comp arch fpga (751)

comp lang idl-pvwave (727)

comp software shareware announce (704)

comp lang php (700)

comp lang lisp (684)

comp sys sun announce (659)

comp arch embedded (626)

comp sys mac apps (613)

comp sys ibm ps2 hardware (545)

comp lang fortran (525)

comp lang c++ moderated (524)

comp unix shell (523)

comp os plan9 (514)

comp os linux misc (513)

comp unix solaris (501)

comp databases oracle server (497)

comp sys ibm pc games war-historical (485)

comp lang python announce (483)

comp os ms-windows programmer win32 (477)

comp databases mysql (412)

comp sys cbm (408)

comp dcom sys cisco (408)

comp arch (308)

comp sys ibm pc games action (301)

comp databases informix (274)

comp lang clipper visual-objects (267)

comp os vms (263)

comp lang perl announce (238)

comp lang xharbour (229)

comp graphics apps gnuplot (224)

comp realtime (216)

comp soft-sys ace (215)

comp lang ada (213)

comp protocols nfs (207)

comp protocols snmp (204)

comp parallel (202)

comp sys acorn announce (196)

comp protocols tcp-ip domains (193)

comp sys ibm pc hardware systems (191)

comp unix internals (187)

comp infosystems www browsers misc (184)

comp misc (182)

comp publish cdrom software (182)

comp dcom cabling (174)

comp mail mime (169)

comp std announce (169)

comp ai fuzzy (168)

comp ai edu (166)

comp soft-sys stat spss (156)

comp protocols kerberos (155)

comp databases filemaker (155)

comp sys apple2 (153)

comp admin policy (151)

comp databases postgresql committers (150)

comp databases ibm-db2 (149)

comp databases ms-sqlserver (131)

comp protocols dicom (129)

comp unix programmer (128)

comp security misc (123)

comp unix bsd freebsd misc (120)

comp graphics visualization (117)

comp cad cadence (117)

comp databases olap (116)

comp apps spreadsheets (114)

comp databases postgresql general (114)

comp lang vhdl (113)

comp lang java help (113)

comp ai neural-nets (112)

comp ai (111)

comp ai games (110)

comp dcom telecom (109)

comp client-server (108)

comp os linux announce (105)

comp cad microstation (105)

comp databases oracle marketplace (105)

comp soft-sys math scilab (102)

comp databases progress (102)

comp os linux networking (101)

comp database oracle (100)

comp graphics api opengl (99)

comp ai genetic (98)

comp protocols dns bind (97)

comp compilers (97)


comp.graphics.apps.gnuplot Post New
Items(224) /5 Next >> Last >|
Subject Posted Replies From
RGB Color

Hi, I would like to change the color of the datapoints and the data graphs of a gnuplot file? Is there any possibilty to do this? It would be great, if it is possible to define a rgb color for each data graph. Is this possible? Thx.

6/4/2010 7:59:37 AM 0 drdanger <u...@compgroups.net/>
finding maximum value in a data set and subtracting from plot

Hi I want to plot a data set, but have it offset (in y) by it's maximum value i.e. in the third plot I have a value at offset. Is there a way of getting gnuplot to look at the data first, determine the maximum value, then subtract it from my data? This would make the difference curve sit below my data, rather than ontop of my data. offset=??? plot pattern u (f($1)):2 t "Observed" with points 1,\ "" u (f($1)):3 t "Calculated" with lines lt rgb "blue",\ "" u (f($1)):(($4)-offset) t "Difference" w lines lt rgb "magenta" I have tried using multiplot with this, but can

4/23/2010 4:44:37 PM 0 s0198362 <adrian.h.h...@gmail.com>
Defining a function

Hi all. Many thanks for the very helpful response to my previous questions. I am afraid I am a bit of a novice with gnuplot and programming so have another question. I have a datafiles with the first column used for the x-axis. In gnuplot I have set up a script to plot multiple files (many times on the same page), but would also like sometimes (for all the plots at that time) to convert the x-axis to a different unit Currently I have the following. wavelength=0.4 pattern="PATTERN.ascii" plot pattern u 1:($2-$3) axis x1y1 notitle w lines lt rgb "magenta" # or # plot patt

4/22/2010 2:06:12 PM 2 s0198362 <adrian.h.h...@gmail.com>
Time Hacks or Other Suggestion

I've 6 hours of 1 Hz data that looks like: Time String, X, Y one entry per line in a file. I can plot the X vs Y very nicely using Gnuplot. However, looking at that curve doesn't give any sense of time. One thing I've thought is to try to put a tick mark every 10 minutes. Is there a way to do that with Gnuplot? I'm using version 4.2 What about other suggestions. How do I convey a sense of time for an XY plot?

4/22/2010 3:38:15 AM 5 "rbl...@gmail.com" <rbl...@gmail.com>
multiplot y and y2 axes locking

Hi I have two plots side by side, (using multiplot). I want the y axes to to be identical scales. At the moment to make the graphs look like one plot I have for the first plot (left): ## Code ## set border 7 set ytics nomirror set yrange [ * : * ] ## End Code ## And for the second plot (right): ## Code ## set border 13 set y2tics nomirror set format y "" set format y2 "" set noytics set y2range [ * : * ] ## End Code ## Now obviously, at the moment, gnuplot scales the two plots independently. I would like the second plot to have the same y scale a

4/21/2010 1:32:13 PM 2 s0198362 <adrian.h.h...@gmail.com>
Color contour plots from "Impossible gnuplot graphs "

Dear all, I am trying to get the color contour script from http://www.phyast.pitt.edu/~zov1/gnuplot/html/contour.html running (see the lower part of this page). While the monochrome script with aligned labels works fine the second script produces errors like if(nr==int(os+w/2) && (d \%2)==0) {a[i]=$1; b[i]=$2; c[i]=$3;} ^ backslash not last character on line Maybe there is only a tiny syntax error or gawk version clash causing this problem. Furthermore, the implementation of the new script and the handling of the new temporary file cont.plt is

4/21/2010 9:03:05 AM 11 Ingo Thies <ingo.th...@gmx.de>
Jump Values in a Graph

anyone know how to um.. skip part of a graph is the best way to explain it um.. usually looks like a Z on the axis to indicate the values have jumped

4/20/2010 12:09:08 PM 2 Steven Roddis <goo...@stevenroddis.com>
Population pyramids

I can't find how to plot a histogram with horizontal boxes. The script below does fine for a population pyramid, printing it on paper only requires to rotate the paper by -90 degrees! It appears as if horizontal boxes are not possible? Thanks in advance, Alex van der Spek +++++++++++++++++ #! usr/bin/env gnuplot #Script to plot population pyramid reset set term wxt 0 size 640,480 title 'PlotPop.plt' set datafile separator ',' set size square set key outside set style fill transparent solid 0.25 set style data histograms set style histogram rowstacked gap 5 set key autotit

4/19/2010 7:48:00 PM 3 "Alex van der Spek" <zd...@xs4all.nl>
Plot three columns from csv with 4th column time

Hello, I'm new to gnuplot and I'm trying to plot 3 columns of a csv over the 4th column which is time? If tried plot 'data.csv' using 1:2:3 but I'm unsure of how to approach plotting those over time. Thanks for any help.

4/19/2010 4:12:32 PM 1 RMD <rmdel...@gmail.com>
sourceforge problem

i'm trying to download gnuplot-4.4.0.tar.gz from sourceforge, but it always gives me the pfd formatted FAQ in place of the required compressed archive

4/19/2010 3:09:05 PM 4 Giacomo Boffi <giacomo.bo...@polimi.it>
Plot matrix ascii

Suppose I have matrix ascii data like this: #Top,Upper,Middle,Lower,Bottom 0,9,11,8,6,5,0 0,8,10,7,5,4,0 0,7,9,6,4,3,0 0,6,8,5,3,2,0 Let's say these are measured velocities of flow between two parallel plates, the rows are different times. They can be plotted one after the other (to simulate a movie) with the command script below ONLY if there are blank lines between the rows in the ascii file. Inserting the blank lines (whilst not an issue) is inconvenient. I tried in vain to use the 'every' directive in conjuction with matrix but it gives confusing results, almost as i

4/18/2010 2:59:33 PM 3 "Alex van der Spek" <zd...@xs4all.nl>
objects with dashed borders

Hello, is it possible to draw an object (like a rectangle or a circle) with a dashed border? When I try set term postscript eps dashed set object circle at 0,0 size 1 fillstyle transparent border lt 2 the border of the circle is a solid line, even though lt 2 should be dashed. I'm using gnuplot 4.5 on Ubuntu. TIA, Michael.

4/17/2010 7:10:51 PM 3 Michael Kopp <michael.k...@gmx.de>
Unwanted x-y-offset in Postscript landscape

Hi all, I want to adjust the margins in a landscape-type postscript plot. However, wenn setting e.g. set term postscript landscape size 29.7cm,21cm (for A4 paper) and set lmargin screen 0.05;set rmargin screen 0.95 set bmargin screen 0.05;set tmargin screen 0.95 or adjusting the canvas via the "size" variable in the terminal definition, there is always a nasty offset of about 2-3 cm in both right and downwards (i.e. part of the plot may be off-screen!). Re-adjustment by "set origin" does not yield the wanted result but also sometimes downscales the whole plot. I re

4/17/2010 4:48:04 PM 7 Ingo Thies <ingo.th...@gmx.de>
Problems with ytics on multiplot + other questions

Hi I am trying to set up a script to automate images of diffraction data and the Rietveld fits. What I have to plot are the following; Observed points. Calculated points. Difference plot. hkl reflection markers. To do this I have a reasonable script (I think), but still a few issues bugging me. On the difference plot I think there are too many ytics (rather cramped). How do I force gnuplot to use less automatically (the difference plots could change depending on different data sets and quality of refinements)? The hkl reflection markers are manually adjusted to be positione

4/16/2010 3:29:59 PM 2 s0198362 <adrian.h.h...@gmail.com>
Populating a plotted graph with images

I like to add small images (gif or png) at certain (x,y) positions besides my drawn graph. Is that possible with gnuplot, or would I have to resort to post-process a gnuplot created png file with an image editing software? Haven't found anything like that in the gnuplot manual. Janis

4/14/2010 4:35:53 PM 5 Janis Papanagnou <janis_papanag...@hotmail.com>
Offset with yzeroaxis?

I already use set xzeroaxis to define a visible line at y=0. So the x-axis imposes no problem. But the y-axis... My x-data is date information, and I'd like to draw a vertical line at some date x-points. I have not seen the possibility to define "a virtual zero" offset for yzeroaxis at some point in time. Is it correct to assume that I have to issue a separate plot command to achieve that, and there's no offset feature for that? Since auto-scaling shall be performed on the y-range, how can I define the endpoints of the line to match the auto-scaling bounds? Janis

4/14/2010 1:04:41 PM 2 Janis Papanagnou <janis_papanag...@hotmail.com>
Tic labels dissappear after using rotate font

Hi, I have just found a strange behavior (to avoid the more explicit word "bug" ;-)) when using rotate font in labels an terminal Postscript enhanced (even if no enhanced fonts are actually used). When setting multiplot after defining a global label with rotate font and "front", the tic labels disappear after the first subframe. With "front" or the rotate stuff alone, the behavior is normal, as well if the font specification is skipped. This behaviour must have occurred in one of the CVS versions between February 16 and April 5 since it doesn't occur with a version I had

4/12/2010 2:10:31 PM 2 Ingo Thies <ingo.th...@gmx.de>
sorting in gnuplot

Dear newsgroup, I need to sort a bunch of numbers in gnuplot. I see this is not possible (at the moment) in gnuplot. Does any gnuplot developer sees a chance for implementing this? No need for a special sorting algorithm. The quicksort algorithm (C.A.R. Hoare), present in the clib will do. Best regards, Francky

4/12/2010 12:59:10 PM 14 Francky Leyn <Fran...@Leyn.eu>
plot data with circles or varying radii

hello all it seems like yet again i may have to trouble all you good folks with another of my problem. say i have a data file in the following format x0 y0 r0 x1 y1 r1 x2 y2 r2 x3 y3 r3 .. . . .. . . xn yn rn it has 3 columns. how may i go about plotting a circle of radius r0 centered at (x0,y0) and a circle of radius r1 at (x1, y1) .... and a circle at (xn, yn) of radius rn that is instead of something like plot 'datafile' u 1:2 w p i want something like the following plot 'datafile' u 1:2 with circle_of_radius $3. this might be useful in a context of

4/11/2010 6:17:34 AM 1 Awhan Patnaik <awima...@gmail.com>
Labelling fit results

Would it be possible to read back from fit the standard deviation of the fitted parameters? It is easy to get the parameter values themselves but the sdevs and correlations seem to be available only in the fit.log file. I would like to label my plot with the results. Like this: ############################################################ #! usr/bin/env gnuplot #Example script for plot and fit data reset f(x)=a*x+b a=1 b=1 set datafile separator ',' fit f(x) '$0' using 1:2:(1) via a,b set key outside set size square set grid set label 1 sprintf('Slope = %4.2f +/- %4.2f',a,

4/10/2010 10:23:26 AM 4 "Alex van der Spek" <zd...@xs4all.nl>
VIM keybinding

Hello how can I enable the VIM keybinding in GNUPLOT? Im using NetBSD 5.0.2 and GNUPLOT 4.2 patchlevel 6. Thanks for your thoughts! Volker

4/7/2010 8:31:58 PM 1 Volker Wolfram <vol...@volker-wolfram.de>
WGnuPlot 4.4 on Windows 7 Professional 32-bit

Dear GnuPlot-er, I started using gnuplot in 1991, and from time to time I still use gnuplot. First of all, thanks to all that have kept GnuPlot alive. As I want to use GnuPlot again, I installed the latest binary for the latest release 4.4 on Windows 7 Prof. I am experiencing severe problems: -- The help files are no longer supported (with Windows XP no pro in the last few years) -- I installed the old Help-Viewer (6.1), but still run into problems. The help file cannot be opened. -- The default "wxt" terminal does not show any result. I have to manually kill the pro

4/7/2010 3:50:50 PM 5 "Peter Heidrich" <peter.heidr...@t-online.de>
pdfcairo terminal, CVS version: still not perfect

Thanks for fixing the previous issue. However, the pdfcairo terminal still has problems. The font scales are different from that of pre-4.5 versions, that is, the following script will generate different looking plots on 4.5 current and 4.4.0: ######################## set term pdfcairo font ",12" set out 'pdfcairotest.pdf' set xlabel 'x label' set ylabel 'y label' plot -sin(x),-cos(x) set out ######################## At least on my machine the letters are smaller with 4.5. Further complications arise when using enhanced text mode: ######################## set te

4/6/2010 3:16:10 PM 0 =?ISO-8859-1?B?UOl0ZXIgSnVo4XN6?= <peter.juhas...@gmail.com>
Date and time annotations at x-axis, offsets, and bounds

Newbie here in c.g.a.g and only occasional gnuplot user, so please bear with me if I use inappropriate terms. I'm plotting data from a file with a format like 05.04.2010 16:00 0 0 06.04.2010 00:00 11 1 06.04.2010 08:00 18 3 06.04.2010 16:00 2 0 07.04.2010 00:00 10 0 Column 1 and 2 is date/time information (x), column 3 data (y), and column 4 data (y2). So far so good. I'm using gnuplot code like this (sample reduced to x attributes) set xdata time set format x "%a/%d" set timefmt "%d.%m.%Y %H:%M" set xlabel "..." set xtics 86400

4/6/2010 2:25:40 PM 3 Janis Papanagnou <janis_papanag...@hotmail.com>
Correct data file format for 3D plots

Hello all I would like to plot a surface with gnuplot. My problem is that if I do : gnuplot> splot "test.dat" with lines gnuplot> I got a plot like that : see the plot You can see that there is two line which cross all the other on each lines. How can I remove them ? I supposed that it comes from the way I wrote my data file. This is a part of it : 8.0000 0.0000 2753.9172652 8.0000 5.0000 2673.4428250 8.2000 5.0000 -9164.8254215 8.0000 5.0000 2673.4428250 8.0000 10.0000 2452.5143323 8.2000 10.0000 -9149.5444934 8.0000 10.0000 2452.5143323 8.0000 15.0000 2144.85

4/6/2010 12:03:54 PM 0 Germain <germain_vallve...@yahoo.fr>
Multiple lines from a single data column

I have a data file which has 4 columns, the value to be plotted, an un- needed value, the year and the month-day field: 134 55 2009 02-24 141 55 2010 02-24 146 56 2009 02-25 164 56 2010 02-25 147 57 2009 02-26 97 57 2010 02-26 142 58 2009 02-27 61 58 2010 02-27 I would like to generate a plot which has one separate line for each value in the year column. Whenever I've done multiple line graphs before, it's always been with different columns or data files, and I'm not even sure what I'm looking for to do this, which doesn't help the googling. My dem file so far: set term

4/3/2010 7:10:58 PM 3 Rob <ano...@gmail.com>
postscript

I have a graphic with gnuplot 4.4. At my file I change lw to 0.18. But when I obtain a file eps, my changes are lost. Why? I only like to change the my curves' linewidth, and not change axes' linewidth

4/2/2010 8:06:05 PM 0 mfduqued <mfduq...@gmail.com>
Howto update gnuplot from version 4.2 to version 4.4?

I install gnuplot 4.2 patchlevel 5 at my Slackware 12.2. I need update my gnuplot's version, but I don't know how. I install gnuplot by it's own 'make install' process. Help me How do I update gnuplot? I think uninstall gnuplot 4.2 after to install gnuplot 4.4. But at slackware doesn't work removepkg, or slackpkg remove.

4/1/2010 11:38:28 PM 0 mfduqued <mfduq...@gmail.com>
VB and gnuplot problem solved

While working on the problem noted in my previous post, I solved a very old problem. When piping data to gnuplot via pgnuplot and VB, inserting the function DoEvents after each line is piped completely solves the comm. problems that led to occasionally malformed plots. These additional function calls do not seem to slow things down -- each is said to steal only one processor cycle -- in fact the plotting seems to complete a bit faster. Best, John

4/1/2010 4:40:56 PM 0 BBands <bba...@gmail.com>
Changing margins?

I notice when upgrading from 4.0 to 4.2 that the left margins for the devices I use -- ps, svg, emf, png, x11 and win -- change; they are substantially wider in the newer version. Is this a known issue or something local to me? Pointers please. Thank you, John

4/1/2010 4:22:28 PM 0 BBands <bba...@gmail.com>
pdfcairo terminal produces ugly graphs with current CVS version

Dear gnuplot developers, while resurrecting a larger application that uses gnuplot I've noticed that it generates very ugly looking PDF figures. With some testing I found that even the following minimal script demonstrates the problem: set term pdfcairo set out 'pdfcairotest.pdf' set xlabel 'x label' set ylabel 'y label' plot -sin(x),-cos(x) set out Result with gnuplot CVS version: http://pdfcast.org/pdf/broken-pdf The font is unnecessarily big, the xlabel is truncated at the bottom of the page, the tics are overlapping with the ylabel, and the key samples don't lin

3/30/2010 8:55:29 PM 1 =?ISO-8859-1?B?UOl0ZXIgSnVo4XN6?= <peter.juhas...@gmail.com>
Fitting: How to use Poisson error weighting properly

Hi all, in connection with my and a colleague's work with fitting data that have Poisson error bars a dispute has started between us and another colleague in Australia. He raises the issue that the proper weighting should not use the Poisson errors of the data themselves but the Poisson errors of the current Fit trial. This, however, is, as far as I know, not possible in Gnuplot since the errors, if there are any, have to be introduced before the fitting process starts while the "more correct" method would require recalculation of the weights during each iteration. Let y

3/30/2010 8:10:43 AM 2 Ingo Thies <ingo.th...@gmx.de>
Pattern fill uses undesired linetype

Using gnuplot 4.2 I find that the line type used for filling a pattern in a histogram plot is not the continuous one, but the dashed one. My relevant plot commands: set style data histogram; set style fill pattern border -1; set style histogram cluster gap 3; set term post eps "Helvetica" 16; The pattern filling ends up looking sparse due to the dashed lines. However, the 'test' command shows the patterns correctly with continuous lines used for all patterns. Is this a bug? Why should the default line type for pattern filling be dashed? I couldn't find sub-options for 's

3/28/2010 12:52:49 AM 1 Uday <udayre...@gmail.com>
fit verbosity

Hello, is there a way to decrease the verbosity of the fit command? I´ve got a script that produces a fit.log > 2MB for each run, an i expect it is slowed down a lot by letting all that run over the terminal. The individual fits do usually converge in less that 20 steps, but there are many, many data sets, unfortunately. Most of them are redundant, of course, but it´s hard to know before evaluating them. I expect it won´t be possible without patching!? Another thing: Is there a way to catch a fit error (and restarting the fit with new values afterwards automatically)? Any sug

3/27/2010 7:27:08 PM 6 Karl Ratzsch <mail....@gmx.net>
Cspline equation

Hello all. It's possible to get equation of cspline (or Y of cspline for given X ) in gnuplot? I need set arrow from axe to cspline. Thank you in advance, Denis.

3/25/2010 4:46:10 PM 4 dinya <sidoro...@gmail.com>
Multiplot And Overwritten Borders And Tics

Hi! I have written a simple gnuplot script (see code below) to plot files through multiplot mode. It draws two figures, one at the top, and another at the bottom. The data set I am using is this one: http://www.robjhyndman.com/TSDL/data/melbmax.dat The figure at the bottom is just the raw data without any kind of transformations. The figure at the top is the same data file, but transformed through smoothing techniques available in gnuplot: There are a cubic spline (cspline) approximation and a Bezier fitting for the same data set. The problem I have when plotting the Bezie

3/25/2010 12:29:45 PM 3 Nosophorus <nosopho...@gmail.com>
Inquiry about status of patch

Dear gnuplot developers, now that 4.4.0 is released, I'd like to ask about the status of my patch: http://sourceforge.net/tracker/?func=3Ddetail&aid=3D2953926&group_id=3D2055= &atid=3D302055 It's the one that adds the "with ellipses" plot style. The original patch was uploaded more than a month ago yet there is only one comment on its Sourceforge page (and that one was made by myself). As long as it doesn't introduce new bugs (which I hope it doesn't, I tested it to a limited extent), I don't see any harm in applying it to the CVS tree so that more users could test it. I've al

3/24/2010 7:00:16 PM 9 =?ISO-8859-1?B?UOl0ZXIgSnVo4XN6?= <peter.juhas...@gmail.com>
jgnuplot looking for new maintainer

Hi all, Since my Java days are over, I'm looking for a new maintainer for jgnuplot; a Java library for interfacing with gnuplot. For more information, see: http://jgnuplot.sourceforge.net/ and https://sourceforge.net/projects/jgnuplot/ On average, 30 downloads per week take place. Not a lot but at least a sign that it would be a shame to abandon this project. Send me a message if you are interested in becoming the new maintainer / project manager for jgnuplot. Regards, Pander

3/23/2010 9:48:35 PM 0 Pander <pan...@users.sourceforge.net>
post

post --

3/23/2010 9:17:55 PM 0 "Flapane (Fastfla)" <...@fastfla.zzn.com>
514914 Up to date Net and Tech news, knowledge, empowerment 39

I fell in love with the net and all the compuiter teahcnology in the very early years and have loved it ever since, I have an IT Degree and Communications degree and will be working on my doctorate for the next five years, in bwetween I design websites, databases, Multimedia Produxction or anything that wil make me a penny, just student scraping by. But Guess what? I don't want your money, your e-mail, or anything. Each of these sites has a specific topic but they have them style and layout sothey are easy to navigate and ther a search function should take you to exactly where youwant to, o

3/23/2010 3:32:29 AM 0 Andrew W.<wilcox_and...@childcustodyfordads.eyetraffic.net>
Your expert suggestions, please: what is the best scripting language to prepare and run gnuplot batch-jobs...

Dear all, With some of Your support, I have now prepared a very nice gnuplot script that will produce a nice output plot of my experimental data (GC/MS mass spectra, if You should be interested). Unfortunately, my Prof. likes those plots, and asks me to prepare a lot of them... and, in fact, those plots are quite helpful. However, although the result is nice, it is a pain to produce 50 of those plots in one day by hand... and that's the dimensions I am talking about. So, I have come to the point where I would need to run batch-jobs for gnuplot. Unfortunately, my data are in

3/19/2010 4:41:47 AM 9 bbcda <offi...@eml.bbcda.de>
Unexpected interaction of impulses in 3D with hidden3d

Hi, [Using CVS version 4.5, just compiled from updated source] I have been investigating the 'with impulse' style in 3D. I have data whose z coordinates vary between a positive value and a small negative value. Minimal example file 'heights.dat': 1 2 3 2 3 1 3 2 4 1 3 -1 If I do set xyplane at 0 splot "heights.dat" u 1:2:3 w impulses lw 4 pal then I get the expected (nice) output: each impulse finishes on the xyplane (z=0). However, if I now enable hidden3d: set hidden3d then the impulses are correctly hidden, but extend too far, apparently down to the minimum

3/19/2010 3:03:28 AM 5 David Sanders <dpsand...@gmail.com>
Formatting date/time display on axis.

I have a set of data with dates like this: "18/03/2010 17:57:00", and I want to display a subset of the data. When all the points are within the same hour, the times appear on the axis as eg: "57:00", but I would prefer them to look like "17::57::00". I'm using the following code: [code] set xdata time ; set timefmt "%d/%m/%Y %H:%M:%S" ; set xrange[StartTime:EndTime] ; set xtics format "%H::%M::%S"; [/code] but the times are still shown like "57:00". How do I fix this?

3/18/2010 6:03:22 PM 0 fanganga <shanks.a...@googlemail.com>
Plotting data from a file

Hi, I'm using gnuplot 4.4.0 on OS X 10.6.2 and am trying to plot the file ecut.txt which looks like #Ecut Length Atomisation Energy 10 0.805312626 0.165625435 15 0.794875914 0.171276982 20 0.782939689 0.173722651 25 0.775818652 0.174689776 30 0.772 0.175219486 35 0.772614854 0.175525673 40 0.772084357 0.175793694 45 0.771989336 0.176002384 50 0.771522545 0.176162818 with the command (e.g) plot 'ecut.txt' using 1:2 and get the response warning: Skipping unreadable file "ecut.txt" No data in plot What am I doing wrong? Cheers.

3/18/2010 3:49:09 AM 4 fantispug <fantis...@gmail.com>
[FAQ] How to mouse a zoomed display detail

Hi, I'm sorry if this is FAQ but I could find something. Using an X11 term having zoomed a part of the plot, how can I move this display detail around (using the mouse)? Many thanks for a hint, Helmut. -- Helmut Jarausch Lehrstuhl fuer Numerische Mathematik RWTH - Aachen University D 52056 Aachen, Germany

3/16/2010 7:06:44 PM 4 Helmut Jarausch <jarau...@skynet.be>
Log scale and image data

Hello! I have a data set which I am trying to plot with the latest CVS version of GNUplot that will not plot with log scaling. The error message I get with autoscaling is ""/tmp/data.gnu", line 49174: y range must be greater than 0 for log scale" and it is! If I hard code the range to something like : set yrange [10:200], I don't get the error message, but I don't get a plot either. I am using a very simple plot line: plot "-" using 1:3:5 axes x1y1 with image and the data follows it. If I go to linear scale, I get my plot as well. Is this a bug? I'm happy to send a data fil

3/16/2010 3:07:55 PM 1 Joey Mukherjee <joe...@gmail.com>
Plotting histograms: strange output

Hi, I piped a list of values ( http://pastebin.com/sJwGQvLU ) and wanted to automatically plot an histogram showing the occrrences of each value. I tried an old script I found here: set xrange [0:300] set autoscale y set xlabel "focal lenght (35mm eq)" set ylabel "Occurrences" bw = 5 bin(x,width)=width*floor(x/width) plot 'data.dat' using (bin($1,bw)):(1.0) smooth freq with boxes but the output doesn't seem correct to me: http://i.imgur.com/1e5Yh.jpg I tried to plot it using Excel (using the same x step as gnuplot graph above) and it seems correct: http://i.imgur.com/6ON

3/16/2010 12:35:18 PM 2 "Flapane (Fastfla)" <...@fastfla.zzn.com>
new version 4.4 slow to start on vista

hi, i installed the new version today and found it very slow to start on windows vista 32bit. i have microsoft security essentials installed. the actual exe opens right away but once i select one of my plt files to open it takes about a minute to display the data. after this one time slow down the program is fast.

3/16/2010 7:50:28 AM 1 Anthony <myspambox45...@live.com>
automatically scaling Gnuplot graphs to leave a percentage of free space to axis

Dear all! I am currently developing a relatively complex Gnuplot script to automatically plot a bunch of files (I will have to use the template by hand and rerun it - but I would like it to be as easy as possible...). My problem is: I am using data from a file, subtract two columns in the file from each other (and I have to multiply them with a factor), and then plot them with labelled peaks... In other words: relatively complex data, and I will label the peak. What I need now is a convenient way to leave some room between my data points and the plot axis; unfortunately, Gnupl

3/15/2010 11:07:20 PM 0 bbcda <offi...@eml.bbcda.de>
How to change the scale of the colorbox?

Hi, everyone! The problem about my plotting is that the scale of the colorbox on the right seems ugly. I just want to adjust the scale as 0, 10, 50, 100, 1000, 4000, 8000. How can I set the related parameters for this plot? Thanks in advance! Below is my Gnuplot script. set xrange [-8:8] set yrange [-8:8] set xlabel "X" set ylabel "Y" set isosample 80 set contour base set cntrparam levels discrete 1.0, 5.0, 10.0, 20.0, 30.0, 50.0, 80.0, \ 120.0, 200.0, 330.0, 500.0, 700.0, 920.0, 1200.0, 1500.0, 2000.0, 2500.0, \ 3200.0, 4000.0, 5000.0, 8000.0 unset clabel unset key un

3/15/2010 4:38:20 PM 0 hermitian <iamwu...@gmail.com>

Pages: 2 3 4 5









Newest Articles

=?ISO-8859-1?Q?File_output_and_the_degree_=28=B0=29_character?=
22 min. 14 sec. ago

Re: FindRoots?
23 min. 26 sec. ago

LinearModelFit
23 min. 37 sec. ago

Re: FindRoots?
23 min. 48 sec. ago

Printing problem of pdf created using movie15 Package
28 min. 16 sec. ago