-
i thought tooltips are not supported till i saw the tutorial
-
Something pretty useful that's defined in Makie is the ability to define argument conversions (by arguments I mean positional arguments here) on (in Plots terms) a per-series basis. So, for example, …
-
### Before submitting the issue
- [X] I have checked for [Compatibility](https://dpf.docs.pyansys.com/version/stable/getting_started/compatibility.html#id1) issues
- [X] I have searched among the …
-
For an expression I found that this statement while not returning an error gives bogus data of I believe all zero ne( trapped, pos_cmfe(, particles, 0) ) Instead I must do the following: if( ne( trapp…
-
Hi,
If you happen to have NaN values in your scalar graph, they are nicely shown as little triangles with the value of the previous legal point on the graph.
But if you have single legal points betw…
-
Hi.
REST implies that you manipulate resources using their URLs. But there are major points to consider in current API specification (`dev` branch):
**GET with request body**
HTTP GET with body …
-
I am not sure if this is a good idea, but it is worth a thought. I see myself writing this sort of code a lot
``` typescript
if (this.x() && this.x().scale && this.y() && this.y().scale) {
// do so…
-
Hello, I'm looking for a feature for chart axis. I'd like the possibility of transforming my axis to a LogScale. I don't think it exists yet (pls correct me if i'm wrong). This is how Microsoft wri…
-
Sorry if this is the wrong repo. I couldn't easily figure out where the `group` keyword is implemented.
```julia
DataFrame(a = repeat([0,1], 100), b = repeat([0, 1], 100)) |> @df plot(ecdf(:a); gr…
-
Following up from ticket #1104, [https://github.com/SasView/sasview/pull/135 PR http://trac.sasview.org/ticket/135], make sure that masking applies to resolution and fits in 1D datasets.
Migrated fr…