-
there is a `update_line` function in the `Cartesian` class.
but i have not found any documentation about it -
i would expect to be able to draw some kind of linegraph with multiple points.
but [l…
-
lineplot needs to be created in plot.py using seaborn and then should be called when it is chosen by user in myapp.py
-
I copy and pasted the tutorial for creating data visualizations in Seaborn ([link found here](https://seaborn.pydata.org/introduction.html)), but I run into this issue where it says that it cannot det…
-
**XML file**
```
890000
2014-12-01T00:00:00
923789…
-
Hello,
I am using Julia pro v. 1.2 and I have imported the Seaborn library. When I add Seaborn I see a log reporting that Seaborn v0.4.1 has been added.
> julia> Pkg.add("Seaborn")
> Resolvin…
-
Hi!
I have just experienced something strange when I am trying to pass "sizes"argument to sns.lineplot() nothing changes.
`palette=['k','k','c','c', 'm','m','y','y','b','b']
line=[0.25,2,0.25,2,…
-
The ClinEpi team has annotated numbers as strings in the .owl for all studies, using the `forceStringType` annotation property.
@d-callan please implement the forceStringType annotation property. T…
-
It didn't plot
-
This is a follow-up to a comment identified in https://github.com/insightsengineering/tern/pull/133
![image](https://user-images.githubusercontent.com/43623360/133621109-edd9e83f-326a-4f3f-8813-781…
-
I have been doing a bit of testing and ran into an issue when trying to plot two lines on a shared y-axis.
```
x1 = [1, 2, 3, 4]
y1 = [1, 2, 3, 4]
x2 = [10, 15, 20, 25]
y2 = [0, 5, 10, 15]
…