|
From: Peter J. <pet...@gm...> - 2010-12-09 16:43:05
|
On Thu, Dec 9, 2010 at 1:06 PM, Alexandre Felipe <o.a...@gm...> wrote: > I downloaded the source in a zip file from the web-based svn in the > sourceforge. > The purpose to build gnuplot for windows is that i want include a feature > there. It is a simple > one, predict discontinuities on function interavals, would you tried > plotting 1/x with lines? Umm, have you ever tried plotting 1/x with a fixed yrange and a large sample size? (e.g. "set yrange [-10:10]; set sample 1000; plot 1/x") my intention is create some stuff to handle > discontinuities, How exactly do you intend to do this? Gnuplot doesn't have any capabilities for function analysis. All it does is evaluating the function at regular intervals, then connecting the x,y pairs with line segments. Finding discontinuities (or determining whether a function is continuous in a given interval) is quite hard for an arbitrary function. and then improve the automatic > choose for ploting range in fundamental singularities points, since it > should be not be > displayed anyway, it's not smart grow the range to view every points, more > over, if the > function have mor than one singularity in usually one of then determines the > plotting range > and the other are not ocuppying all the chart area. I can't follow this at all. When this issue is > resolved, is time to hack 3D charts. The 3D code doesn't need any more hacks, it needs a thorough rethinking and rewriting. > The main problem i am facing is that i have a little experience on > conpilling projects from > source, i would like to learn more about, but my time is sparse, my use of > open source > where run the compiled programs, or learn some programming tecnics to apply > in my > programs, that are generaly for particular use. > I still don't know how it works but what i will need is only one terminal > say wxt (i have > already the wxWidgets configured in my machine). For my purpose i could > disable all-1 > terminals, and plot only 1d functions in 2d space, because my first change > is in the valuation of functions. Could someone having a windows compiling > version send-me only the important archives preferably reducing the > dependency from other souces, i repeat, i'm not a compiler expert, please be > understanding, I use code::blocks, if some can create a code::blocks project > and put it working, even if with limited features, i would be grateful. > In the "binary" dir there are several .dll, using it in some way with the > linker is not enough? You may be better off with installing and learning to use a linux system where you don't have to shoot yourself in the foot if you want to compile anything. Péter Juhász |