-
Issue Type: Bug
I ran this code:
import Pkg; Pkg.add("Plots")
begin
using Plots
plotly()
end
using LinearAlgebra
using RowEchelon
#Let's create a scatter plot
begin
sc…
-
`plot` doesn't plot in **IPython console** in **Spyder** IDE
Code:
```
cloud = PyntCloud(df)
...
cloud.plot()
```
Get message, but nothing plots =((
```
loading images...
~/projects/ml/…
-
Hello! I've tried to contact you in your e-mail. I've sent you the GLTF file that I'm trying to import. The issue that I'm having is the following:
![unnamed](https://user-images.githubusercontent.…
-
Issue Type: Bug
I have this task `decimate and plot csv` executing a python script plotting the csv I'm editing, and several others which executs cmd as `dune utop` :
```json
{
"label": "dun…
-
When building and exporting Mapbox choropleths with Plotly, the outputs appear blurry, even when using a vectorized format such as svg. This effects even the traces, though I could see why this might…
-
The playground has some packages enabled, shown below, which were the packages required to run plot.
Running jpkg results in an error
```
(0!:100)
joebo updated
2 years ago
-
**Describe the bug**
I can import webgl-plot constructors in my svelte component just fine, but at build time the compiler complains that there is an unexpected token 'export'.
```
(node:82208) W…
-
It's possible to embed an interactive `bokeh` server app within a notebook, however just importing `holoviews` breaks this ability. I am actually not using `holoviews` but it is imported by another pa…
-
Issue Type: Bug
The default coloring of grid lines for plots is much too dim. Major grid lines are dim and minor grid lines are almost invisible. See attached plot.
[Bad Plot.pdf](https://github.c…
-
Issue Type: Bug
using Plots;
plot(sinc)
The plotter has choosen really awkward minor grids for both x and y axes. The x-axis has five increments between 0 and 2, making the ticks 0.4, 0.8, 1.…