Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Releases: rotaryViper/Speed-Plot

SAC 1 Ready

24 May 22:06
7e7e4eb
Compare
Choose a tag to compare

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

18 Feb 23:40
3a870ca
Compare
Choose a tag to compare

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

01 Feb 09:16
6b05ccb
Compare
Choose a tag to compare

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

23 Dec 15:09
2821199
Compare
Choose a tag to compare

Happy Christmas Eve!

Version 20

16 Dec 04:29
2821199
Compare
Choose a tag to compare

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

11 Dec 09:48
2821199
Compare
Choose a tag to compare

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

18 Sep 15:26
2821199
Compare
Choose a tag to compare

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

23 Dec 15:14
2821199
Compare
Choose a tag to compare

Only removes whitespace and comments.

Version 14

17 Sep 07:43
5cc7f83
Compare
Choose a tag to compare

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

17 Sep 07:38
5cc7f83
Compare
Choose a tag to compare
Version 12 Pre-release
Pre-release

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.