Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013年04月04日 | Remove spurious code in gdt lm demo | Francesco Abbate | 1 | -2/+0 | |
2013年04月02日 | Rationalization of gdt methods | Francesco Abbate | 1 | -6/+4 | |
2013年02月11日 | Implement gdt.lm fit as an object instance | Francesco Abbate | 1 | -3/+3 | |
2013年01月28日 | Add fit summary function with R2 for gdt lm objects | Francesco Abbate | 1 | -1/+1 | |
2013年01月24日 | Switch to new gdt plot implementation based on expressions | Francesco Abbate | 1 | -1/+1 | |
2013年01月07日 | Introduce plot options to defer showing plot on the screen | Francesco Abbate | 1 | -1/+3 | |
2013年01月05日 | Add demo about linear regression of gdt tables | Francesco Abbate | 1 | -0/+52 | |
2012年11月20日 | Fix some typos. | Lesley De Cruz | 4 | -4/+4 | |
2012年11月11日 | Update VEGAS documentation, examples and demos. | Lesley De Cruz | 1 | -6/+8 | |
2012年11月10日 | Avoid problem with plot's limits in Wave particle demo | Francesco Abbate | 1 | -3/+4 | |
2012年09月06日 | Do not wait for user input in wave particle demo | Francesco Abbate | 1 | -7/+3 | |
2012年08月25日 | Use rgba8 as default rgba function | Francesco Abbate | 4 | -12/+12 | |
Introduce also gamma correction in color composition. | |||||
2012年08月15日 | Remove the "echo" function no longer needed | Francesco Abbate | 5 | -16/+16 | |
2012年07月23日 | Add legend in VEGAS sphere demo | Francesco Abbate | 1 | -1/+3 | |
2012年07月15日 | More correct managements of bounding box with layer operations | Francesco Abbate | 1 | -1/+1 | |
Now bounding rectangle is correctly calculated with push_layer by taking into accounts changes due to pending operations (drawing queue). Avoid also to redraw everything on layer clear if the limits did not change. | |||||
2012年07月08日 | Merge branch new-legend into font-freetype-3 | Francesco Abbate | 2 | -16/+13 | |
2012年06月13日 | Fix typo in numeric integration demo | Francesco Abbate | 1 | -1/+1 | |
2012年06月08日 | Merge branch 'hue-colors' | Francesco Abbate | 1 | -10/+3 | |
2012年06月08日 | Introduce Hue color map taken from another software | Francesco Abbate | 1 | -10/+3 | |
2012年06月06日 | Add a legend method to plot | Francesco Abbate | 2 | -16/+13 | |
The new method should simplify the creation of plot legend. For this purpose the __index metamethods of plot is redefined using a Lua function and some data are stored in the plot environment. | |||||
2012年06月05日 | Use legend instead of "mini plot" in C++ and Lua plot methods | Francesco Abbate | 1 | -1/+1 | |
2012年05月23日 | Merge branch 'ode-simplify' | Francesco Abbate | 1 | -87/+49 | |
2012年05月11日 | Remove stdlib alias with 'use' function | Francesco Abbate | 4 | -30/+34 | |
2012年03月12日 | Introduce the evolve ODE method to simplify ODE integrations | Francesco Abbate | 1 | -85/+47 | |
2012年03月12日 | ODE interface rationalization for evolve method | Francesco Abbate | 1 | -12/+12 | |
The method "evolve" is now named "step" and it does no longer takes the ODE function as an argument. | |||||
2012年02月26日 | Add Lorenz atmospheric model to ODE demos | Francesco Abbate | 1 | -0/+54 | |
Contributed by Lesley De Cruz | |||||
2012年02月17日 | Implement markers as a first class graphical object | Francesco Abbate | 1 | -2/+2 | |
2012年02月15日 | Add Lotka-Volterra example for ODE integration | Francesco Abbate | 1 | -13/+57 | |
2012年02月15日 | Modify the function to create text objects to take the coordinates | Francesco Abbate | 1 | -3/+2 | |
2012年02月06日 | Fixed fft3 demo and fft tests for new sf lib | Lesley De Cruz | 1 | -1/+1 | |
2012年02月03日 | Change the argument order for set_mini plot method | Francesco Abbate | 1 | -1/+1 | |
2012年01月30日 | Add an optional legend in contour plots | Francesco Abbate | 1 | -3/+5 | |
2012年01月30日 | Improve legend creation to accept a list of entries | Francesco Abbate | 1 | -1/+4 | |
2012年01月30日 | Implement graph legend function and add a plot legend demo | Francesco Abbate | 1 | -0/+24 | |
2012年01月30日 | Introduce barplot example and a related demo | Francesco Abbate | 1 | -0/+14 | |
2012年01月21日 | Fixed labels in vegas demo. | Lesley De Cruz | 1 | -3/+3 | |
2012年01月21日 | Merge branch 'vegas' into gsl-shell-2 | Francesco Abbate | 1 | -0/+88 | |
Conflicts: Makefile demo-init.lua | |||||
2012年01月21日 | Change VEGAS examples to use isum, ilist and avoid to use loadstring | Francesco Abbate | 1 | -33/+21 | |
2012年01月16日 | Use plot instead of canvas for the VEGAS demo | Francesco Abbate | 1 | -7/+8 | |
Add also the continuous curve of the volume of a unit sphere | |||||
2012年01月15日 | Merge branch 'sf' into gsl-shell-2 | Francesco Abbate | 1 | -0/+43 | |
Conflicts: Makefile doc/user-manual/sf.rst sf.c sf_implement.h | |||||
2012年01月15日 | Add two special functions demo about hermite polynomials | Francesco Abbate | 1 | -0/+43 | |
2012年01月08日 | Added vegas demos. | Lesley De Cruz | 1 | -0/+99 | |
2012年01月08日 | Fully implemented special functions and completed documentation | Benjamin von Ardenne | 1 | -187/+0 | |
2012年01月08日 | Tested the function calls and all functions could be properly called | Benjamin von Ardenne | 1 | -0/+187 | |
2012年01月04日 | Change name of Lua plot property for x/y axis titles | Francesco Abbate | 1 | -3/+3 | |
2012年01月04日 | Simplify the construction of text objects | Francesco Abbate | 1 | -4/+2 | |
Changes also the Lua interface accordingly and updates the documentation and the demos. | |||||
2011年12月21日 | Add graphics demo and improve SVG examples | Francesco Abbate | 2 | -16/+151 | |
2011年12月21日 | Implement axis labels for plots | Francesco Abbate | 1 | -0/+1 | |
2011年12月19日 | Improve SVG rendering for markers to avoid to cut the symbol | Francesco Abbate | 1 | -3/+3 | |
2011年12月18日 | Modify marker transform to accept user defined marker symbols | Francesco Abbate | 1 | -7/+38 | |