-
Hi, when the output image in SVG format is shaped to a stretched rectangle, there are inconsistencies in the way forms are reshaped.
In the following example, the circle is still a circle, but the …
-
I recently was trying `geom_xspline` from the `ggalt` to replace an existing `geom_line` in my ggplot object. When using `ggarrange` and `geom_xspline`, a blank screen was output and no other plots c…
-
Reproduction of bug - https://codepen.io/dstender/pen/LYXEGYZ
Simple code example:
```
var myPlot = document.getElementById('myDiv'),
data = [{
values: [19, 26, 55],
labels: ['Reside…
-
import pandas as mypf
import numpy as mynp
import matplotlib.pyplot as myplot
import CrossQuantilogram as cq
ModuleNotFoundError Traceback (most recent call last)
C:\Users\E…
-
I have `remake.yml`
``` yaml
sources:
- code.R
targets:
all:
depends: plot.pdf
data.csv:
command: download_data()
processed:
command: process_data("data.csv")
plot.pdf:
…
-
This is what we got if we tries to embed a PDF file in HTML file and HTML presentation
```
❯ echo "![](myplot.pdf)" | pandoc -t revealjs
❯ echo "![](myplot.pdf)" | pandoc -t html
```
…
cderv updated
2 years ago
-
### Issue description
I have claimed 4 plots for myself.
Then I germerged one together. And then I tried to merge the other plots.
Then I got kicked and the server crashed.
### OS and versions…
-
![myplot](https://github.com/zhouhaoyi/Informer2020/assets/88222677/7ffd697e-d360-4887-8359-23bb22efa023)
![myplot1](https://github.com/zhouhaoyi/Informer2020/assets/88222677/49642ec9-7f7e-46fd-927a-…
-
### Issue description
- Expected result: What were you expecting to happen?
- Sucessful mysql connection and tables to be created
- Actual result: What actually happened?
- nothing happens. log …
-
When a plot is exported to png using `hv.save()` and Bokeh renderer the toolbar is plotted by default. This is also true if `hv.render()` and `bokeh.io.export_png()` are used. On the other side, when …