54
I Use This!
High Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 4 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes an error in the counting of the number of points
Jaime E. Villate
as villate
More... 3 months ago
Some code cleaning
Jaime E. Villate
as villate
More... 3 months ago
Adds line clipping to plotdf.
Jaime E. Villate
as villate
More... 3 months ago
Improves line clippling in Xmaxima's plot2d Some points that were being left out are now included and the code can now be used to do clipping with the actual points or with their representations on the screen.
Jaime E. Villate
as villate
More... 3 months ago
Uses fixed time steps in the Runge-Kutta method of plotdf. Trying to guess a time step that will lead to a desired displacement in the phase plane has proven to work badly. This commit changes the integration method defined in rk4.tcl into a regular fourth-order Runge-Kutta method. It also introduces some changes to make it feasible to use the alternative methods of adapative-step Runge-Kutta and Adams-Moulton, which will be made in a separate commit.
Jaime E. Villate
as villate
More... 3 months ago
Introduces line clipping in Xmaxima plot2d Examples: plot2d(x-floor(x),[x,0,5], [y,0,.5],[plot_format,xmaxima]); d:[discrete,[[-0.1,1],[1,2.1],[2.1,1],[1,-0.1],[-0.1,1]]]$ plot2d(d,[x,0,2],[y,0,2],[plot_format,xmaxima]);
Jaime E. Villate
as villate
More... 3 months ago
A better fix for bug #4263 This commit reverts some of the changes of commit [210a27] to get a solution that will work in other cases and not just in the example given in that bug report. Currently, Maxima delegates the clipping of points and lines to the external graphic programs. Xmaxima should be modified to do that clipping and Gnuplot should be further investigated because it seems to me that its clipping algorithm fails in some cases. For example compare the following two plots: d:[discrete,[[-0.1,1],[1,2.1],[2.1,1],[1,-0.1],[-0.1,1]]]$ plot2d(d,[x,0,2],[y,0,2],[plot_format,gnuplot]); plot2d(d,[x,0,2],[y,0,2],[plot_format,xmaxima]);
Jaime E. Villate
as villate
More... 3 months ago
Changes the default values for plotting option sample By using a prime number (47) for the sample grid, many bugs of the implicit plots algorithm, such as #3849 and #4198, will remain hidden from ocasional users while I work on solving them which will take some time :)
Jaime E. Villate
as villate
More... 3 months ago
Minor change: a more precise comment.
Jaime E. Villate
as villate
More... 3 months ago
Fixes bug [4117] "Unexpected Behaviour of run_viewer and gnu_term dumb"
Jaime E. Villate
as villate
More... 3 months ago
Info about changes in draw2d-discrete
Jaime E. Villate
as villate
More... 3 months ago
In the discrete case of plot2d, warn about points out of the y range. This makes the following two plot commands equivalent: ii:makelist(i,i,0,5,1/100)$ plot2d([discrete,ii,ii-floor(ii)],[y,0,1/2]); plot2d(x-floor(x),[x,0,5], [y, 0,1/2]);
Jaime E. Villate
as villate
More... 3 months ago
Adds information about bug 4263.
Jaime E. Villate
as villate
More... 3 months ago
Fixes bug #4263 When plot2d is given a discrete set of points and an x-range, only those points with x within that range will be plotted. A warning will be given about the number of points that were excluded.
Jaime E. Villate
as villate
More... 3 months ago
Uodated the Changelog with the information about bug #4269
Jaime E. Villate
as villate
More... 3 months ago
Fixes bug #4269
Jaime E. Villate
as villate
More... 3 months ago
Update SBCL, TCL/TK, wxMaxima. More... 3 months ago
Windows installer: Update wxMaxima More... 3 months ago
descriptive.mac: declare local variable to avoid possibility of name collision.
robert_dodier
as Robert Dodier
More... 3 months ago
Tried to support CCL (32 bit) for Windows. Does not work. Documented that. More... 3 months ago
Updated the screenshot of Xmaxima to a more recent version.
Jaime E. Villate
as villate
More... 3 months ago
Xmaxima appdata: Link to an existing image of Xmaxima. More... 3 months ago
Windows installer/CCL64: Do not install 32 bit image+exe. More... 3 months ago
Windows/CCL64: Install binary-ccl64 only if CCL64 was selected as component. More... 4 months ago
More work on the CCL64 support for the crosscompiled Windows installer. More... 4 months ago
Add new files to Makefile.am (EXTRA_DIST). More... 4 months ago
Windows installer: Add wine-ccl.sh.tmpl. More... 4 months ago
doc/info/Equations.texi: add missing @sections to @menu. More... 4 months ago
Windows: Add (basic) support for CCL64 in the installer. More... 4 months ago
Windows installer: Updated wxMaxima More... 4 months ago