Releases: rotaryViper/Speed-Plot
SAC 1 Ready
In response to people requesting to me to stop x from being red, I did that.
This version does not require internet access to function. It can run offline.
You can enter in multiple equations as the same time again.
Set spdPlotSize to Small if you want to use it on smaller laptops.
Good Bye
Its been a nice ride, but everything comes to an end eventually.
This version adds holes and a lot of bug fixes.
From now on, I wouldn't be adding any more features to Speed Plot. Only small bug fixes here and there if anyone find any new bugs not mentioned below.
The only bug I know of that is left is:
Plotting custom functions is broken. It can only plot a custom function by itself but nested functions will break. They are overall unreliable.
Plotting piecewise functions is broken. It can't find end points or holes and also unreliable.
Plotting f(x) will work.
Plotting 2 f(x) will not work.
Plotting f(g(x)) will not work.
Plotting f(x) + g(x) will not work.
Version 21
The custom expression entering system was deleted cause it caused too many problems and didn't work properly anyways.
This is a more polished version 20 that looks nicer and is more stable.
The only known bug is plotting custom functions.
Plotting f[x] is fine, but plotting 2f[x] or f[x]+g[x] or f[g[x]] will not print the correct expression.
I don't feel like fixing it cause it is too much effort at this point.
Other than that, this version is rock solid.
150 Days Edition
Happy Christmas Eve!
Version 20
New version, new features.
I made spdPlot draggable.
If you want to look at a different part of the graph, you just drag to move the graph.
Version 19
Final release of speed plot for 2022. The core functionality hasn't changed but there are more quality-of-life features.
This version is 100% stable as far as I'm concerned.
Version 15
This is a very minor update.
I added an incremental rule.
It lets you see each point as they are being processed, rather than wait until everything is processed.
This is great for long equations, but breaks Manipulate. Set Incremental->False when using spdPlot with Manipulate.
Speed Shortener v3
Only removes whitespace and comments.
Version 14
I rewrote manipulate for this version.
I moved from the spdPlot syntax to the normal Mathematica Plot syntax.
I fixed the memory leak in version 12.
This version will persist between sessions, after closing Mathematica.
Version 12
This was the first version with Find X and Find Y, replacing X & Y intercepts.
Unfortunately, the implementation has a memory leak, so use this version for testing rather than normal use.