Replies: 4 comments 2 replies
-
(Edit: Markdown that makes drag-and-drop into wxMaxima easier). I get a different error message as I don't know the values for t0, t8 etc. ...but I found a minimal example for reproducing that error:
Will ask the maxima-discuss list if they know what is amiss. |
Beta Was this translation helpful? Give feedback.
-
I believe that the problem has now been solved by the maxima team. Thanks a lot for reporting it. Normally I would now ask you if you are using MS Windows and, if yes, would tell you that at https://wolfgang.dautermann.at/maxima/nightlybuild/ you'll find an installer with all the problems fixed. But currently I am not sure if "copy as bitmap" works in that installer so your mileage with that installer might vary. |
Beta Was this translation helpful? Give feedback.
-
I have Windows. I will test it now.
I tested wxmaxima.exe in maxima-current on Windows 11.
oops, I got this error
(%i1)
wxplot2d(pva(t)[1],[t,t0,t8],[xlabel,"Time"],[ylabel,"Position"],[legend,"Position"]);
wxplot2d(pva(t)[2],[t,t0,t8],[xlabel,"Time"],[ylabel,"Velocity"],[legend,"Velocity"]);
wxplot2d(pva(t)[3],[t,t0,t8],[xlabel,"Time"],[ylabel,"Acceleration"],[legend,"Acceleration"])
;
plotting: range must be of the form [variable, min, max]; found: [t,t0,t8]
…-- an error. To debug this try: debugmode(true);
I have the range correct but I got an error
BTW, I have an Intel Mac Book Pro. I run wxMaxima using brew.
I have a Raspberry Pi. It runs wxMaxima.
I have a Linux Mint Debian Edition.
On Wed, Oct 11, 2023 at 10:00 PM Gunter Königsman ***@***.***> wrote:
I believe that the problem has now been solved by the maxima team. Thanks
a lot for reporting it. Normally I would now ask you if you are using MS
Windows and, if yes, would tell you that at
https://wolfgang.dautermann.at/maxima/nightlybuild/ you'll find an
installer with all the problems fixed. But currently I am not sure if "copy
as bitmap" works in that installer so your mileage with that installer
might vary.
—
Reply to this email directly, view it on GitHub
<#1814 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEPAPKF72FE45G6P3GNCFYLX652PHANCNFSM6AAAAAA5STR2DA>
.
You are receiving this because you authored the thread.Message ID:
<wxMaxima-developers/wxmaxima/repo-discussions/1814/comments/7259423@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
That error message indicates that Maxima believes that |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a problem graphing position, speed and acceleration. This program has worked for many years until I installed the new version of wxMaxima
Compute the position, velocity and acceleration for all the motion segments
Plot the position, velocity and acceleration for all the motion segments
If I remove the
[legend,"Position"]
then it works. The "Position" is a string, not a list. This applies to the velocity and acceleration graphs tooBeta Was this translation helpful? Give feedback.
All reactions