-
validdisplaytype refers to scalar variables as "1D"; also complains about truly 1D vars with time_series display type, but in some cases that's correct (if you want a stacked lineplot, e.g. three comp…
-
#### Is your feature request related to a problem? Please describe.
I am trying to plot a stacked `line` plot with a `colorbar`. I am able to construct it using the `*=` operator like:
```python
…
-
Could we forego the help bubble if we put this information in a tooltip? Imagine the stacked lineplot tooltip but for the birds eye..
That help bubble gets in the way, so it'd be great to get t…
-
This may also apply to EDA visualizations, yes it does, see below.
The problem may be that there's only room for six mouse-over info boxes. Probably because of all the new lines.
![image](https:…
-
```Methods with the same name as their class will not be constructors in a future version of PHP;
LinePlot has a deprecated constructor
jpgraph/jpgraph/lib/jpgraph/src/jpgraph_line.php',\n 'line' …
-
[pipr.csv](https://github.com/user-attachments/files/17376020/pipr.csv)
[ss.csv](https://github.com/user-attachments/files/17376021/ss.csv)
The following code produces lineplots with garbled confi…
-
https://github.com/insightsengineering/teal.goshawk/assets/133694481/0ee5dece-d4da-4084-a3c9-c7e9ac22a406
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct.
### C…
m7pr updated
3 months ago
-
Hi,
First, I would like to thank you for this great package. It's fast, easy to use and learn and has a beautiful consistent interface.
I need to customize a table of m x n figures, some of …
-
An example came up on twitter where a user wants to pipe to seaborn. However, seaborn does not take data as its first argument.
Here is an example of seaborn from its docs:
```python
import sea…
-
Follow [this](https://docs.fastf1.dev/examples_gallery/plot_position_changes.html#sphx-glr-examples-gallery-plot-position-changes-py) fastf1 example.
Move in-line legends to a legend box outside of…