-
This is just a suggestion, it would be great if we are able to plot modular equations too.
e.g.: `𝑦^2 = (𝑥^3 + ax + b) mod 50` OR `𝑦^2 = (𝑥^3 + ax + b) % 50` OR `𝑦^2 = mod(𝑥^3 + ax + b, 50)`
-
Here is the intro task: copy added mass and buoyancy equations/logic from the double multiple streamtube model to the actuator cylinder model.
Successful completion will require:
- Basic plots comp…
-
**Problem Statement**
Add support to the new graphing mode to plot parametric equations.
**Goals**
Allow for plotting equations in the form x=f(t), y=g(t)
**Requested Assignment**
I'm just su…
-
It's becoming clear that it is important to track all data changes on the processing object. We can compare raw and processed data to see all changes, but a more granular description of all changes wi…
-
## Description
All functions that involve some implicit physics or equation should be referenced and/or have the equation in the docstring.
- The equation is usually written in the computationally f…
-
A few users have requested code to plot water height on top of bathymetry. There is a known bug for the default plotting behavior using `TreeMesh` (see https://github.com/trixi-framework/Trixi.jl/issu…
-
The plotting routines seem to be quite fragile and they cause a lot of errors. Maybe it is time to remove the plotting from CoolProp and create a new package just for that. In theory, the plotting is …
-
Some equations do not support plotting. These equations are of the form y n = f(x).
It would be great if these plots can be added somehow!
-
**Questionâť“**
Hi everyone,
I am running into an issues using discrete events and irreducible variables in [ModelingToolkit.jl](https://github.com/SciML/ModelingToolkit.jl). I made a post and [Di…
-
**Problem Statement**
It would be nice to have a mode that allows the plotting of graphs in 3d that would allow for the plotting of lines in the form of f(x)=g(y)=h(z) as well as the plotting of two-…