-
Is it possible to add some text annotations to the plots? Probably similar to the following snippet:
```
plt.plot(1, 8) {
trace(trace)
text {
x=0.4
y=0…
-
We are trying to use parts of the jsroot (specifically 3d visualization) for event and data display (without ROOT back-end). The problem that there are some mistakes in sources and npm package module …
-
https://github.com/mipt-npm/dataforge-core/blob/5265c0e5abe2dd26a64fc90f91ff862eaa30b669/dataforge-io/src/commonMain/kotlin/hep/dataforge/io/Binary.kt#L34
uses `UInt` while `Binary.size` is `ULong`…
-
Can you tell me what's the equivalent of Pandas `value_counts()` in data-forge?
-
Hey, is there a way to set the X axis min / max or have it auto scale? (Awesome library btw!)
I'm plotting motion data versus time with an input CSV file in the form of:
```
time, accel, velocity…
-
In dataforge.tex, look for:
```
We must also adapt getSurveyRange to work with the dataframe:
```
-
Include an example in the data forge chapter to extend the dataFrame class (this was how the awesome utility of extending classes clicked for me) -- we extended by creating our own inner_join function…
-
Build fails with the following message
```
> Task :dataforge-vis-jsroot:webpack-config FAILED
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the config…
-
I recently updated notebook versions and now when I try to load the data-forge library using
```
const dataForge = require('data-forge')
```
I get the Error:
```
Cannot find module 'data-f…
-
Hey.
I'm currently struggling to aggregate my data right. I got the following example data in my CSV file (abstracted file):
```
10 | 20190404141501 | 2,display_name:server@coolbox,vcpus:1,ram:…