set title 'S&P 500 finance data' works with 4.6 but not 5.2
That's not a bug, but gnuplot's enhanced text mode, which is switched on by default since 5.0. Use set termoption noenhanced or set title "S&P" noenhanced
That's not a bug, but gnuplot's enhanced text mode, which is switched on by default since 5.0. Use set termoption noenhanced or set title "S&P" noenhanced ~~~
Wrong xtics positions with logscale
Sorry I missed
Sorry I missed
Wrong xtics positions with logscale
GNUPLOT: stats gives wrong results on loop
This is not a bug. If you use stats with the matrix option you must explicitely specify...
Option to treat invalid data values as missing values
Thanks for your answer. I'm not familiar with the pm3d code. I thought, that the...
Pm3d map ignores depthorder
sin(x) no smooth curve
That's not a bug, simply increase the number of samples set samples 5000
I think your best option is the boxxyerrorbars plotting style.
You can invalidate the data points which are outside of the two ranges with fit f(x)...
The same issue appears with the filledcurves plotting style: set terminal pstricks...
Indeed, it seem like the custom dashtypes were forgotten in the epslatex terminal....
If you plot against the y2 axis with axes x1y2 you get the correct result. plot [0:10]...
That script works fine if you add the color option to the postscript terminal settings....
Looking at the tex file should give you a hint what's going wrong. One line looks...
Updated syntax and behavior of set multiplot margins.
Qt has problems with multiplot
I was still stuck at the point, that one could use lt inside set linetype, in which...
The bug report you mentioned is #1374 4.65 Do not plot points when linewidth is set...
Plotting points with linetype nodraw gives wrong colors.
I haven't thought that points and lines might behave differently with respect to...
Lua term: Add support for boxed text
Hi, I forgot to handle nodraw for points. The attached patch fixes this. Best, c...
Cairo terminals don't respect terminal-wide font style for enhanced text
I would've guessed, that the tikz-way of drawing these diamonds is the better one....
That was my post, forgot to login :)
Ok, I had a closer look at this and its a bug :) The check you pointed out test if...
Ok, I had a closer look at this and its a bug :) The check you pointed out test if...
I guess this comment is left over from some early version of the gnuplot-tikz.lua...
Dimensions for `stats matrix` are exchanged.
Ok, I got a bit confused regarding when to apply a dashtype and when not. I had missed...
I'll have a look at this in the next days and try to fix it.
Yes, I do also see this. At the moment I cannot track down where this comes from....
The problem is, that make doesn't rebuild the respective tex files when only the...
The dashtype isn't reset to solid, when internally a type of -1 is given to the dashtype...
Parsing order of "fillstyle transparent pattern".
Lua term: Alpha channel, linewidth option, support for lt nodraw
Hi, here is an update for the documentation and the stringvar demo. Feel free to...
Arrow shaft appears inside empty heads
Oh, you are right. I must have skipped half of the sentence... Sorry.
I can also confirm the bug using CVS version. Another thing I came across with this...
Yes, I agree that this isn't 100% compatible. But processing of apostrophes is not...
Some more explanations: The code doesn't recognize escaped quote characters, but...
Add support for quotes to 'word' and 'words' functions
Yes, the data was probably not choosen very well, maybe too minimal. But also using...
Yes, I also observed that the fit works when called for the second time in interactive...
Yes, I got confused a bit regarding the syntax. I think, if the dashtype is easier...
Fit using named columns not working
Hi Ethan, yes the dash types now apply also to rectangles. Unfortunately the line...
Great, thank you for adding this. I attached a small patch to include the GPVAL_TERM_SCALE...
Textcolor linetype selects wrong colors
Have you tried my example? That would work fine in you case, because it generates...
In recent TeXLive distributions (since 2010), the conversion of eps to pdf images...
I try to plot 8 curves on the same graph. Unfortunately, the last point of a curve...
Its quite hard to debug this. Could you please provide the generated .tex and the...
Works fine also for large increments: do for [i=400000:4000000:400000] { print i...
You need reasonable starting values. If you don't specify any values for a, b and...
The fix doesn't work for quite large increments like do for [i=400000:4000000:400000]...
Yes, you are right. Cannot test on Windows, on Linux I get the same results with...
In general you'll always need some fine-tuning for the axes and tics labels with...
I fixed this. With the attached patch, the dashtypes.dem demo works fine. I used...
Thanks, that fixes the problem for me.
Thanks for the feedback. I fixed the problem you see, but for some reason the code...
While working with the new dashtype parameter, which makes the solid|dashed terminal...
Fitting with time data doesn't work
Postscript terminal draws circles with white border
lua tikz: Support custom dash types
Post.trm, svg.trm: scale dash pattern with linewidth
I can reproduce this, but need a bit longer strings. 4.6.4: gnuplot -e "set terminal...
That was changed in version 5, see Chapter Changes in version 5: The reverse keyword...
HTML documentation
HTML documentation
No, you can use something like set tics format '\small $%h$' or similar.
Sorry, indeed that doesn't make sense. The linking error happens when the gnuplot...
I also found this fix, but hadn't tested it. I had to explicitely link wxt_gui.o...
I also found this fix, but hadn't tested it. I had to explicitely link wxt_gui.o...
column(1) not equivalent to $1 for time data
Ok, I see, thanks. I was trying to understand the consequences of changing the signature...
column(1) not equivalent to $1 for time data
For me, gnuplot also crashes with wxWidgets 3.0 (Debian unstable, amd64). Here, the...
I was just surprised, that the piecewise ranges don't apply to data file. I would...
I've seen that only with test. I didn't have time to narrow that down to a specific...
Per-line ranges apply only to functions, not to data plots
Font attributes not limited in cairo terminals
Font attributes not limited in cairo terminals
I don't see any multiplot settings involved. I think, the request is, that set view...
Thanks for the nice example. At the moment I'm quite active at stackoverflow and...
Fix documentation of stats command
I was expecting the + to sample the default xrange [-10:10], as it also does in the...
Strange results when plotting with '+' twice.
I can confirm that behavior here with Qt 5.2.1. However, strange enough, it happens...
Explicitely mention set link y
Updating the plot window after 'test' gives an error