-
I'm trying to build a cross platform app with Unity and I love Parse but I want to take advantage of windows 10 and WebGL platforms. Is there a timeline for when those platforms will become supported …
-
Has several missing dependency issues. Doesn't run properly, some examples don't work. Also, when you click a link, doesn't use relative path. I mean, I open in `c://users/user/webgl-plot-examples/ind…
-
**What happened**: On a device with no display available, importing xarray without setting the matplotlib backend hangs on import of matplotlib.pyplot since #5794 was merged.
**What you expected to…
-
I have a problem using WGLMakie and iPad. I use this simplified tutorial in `Franklin.jl` as a live-evaluated code blocks.
```julia
using WGLMakie, JSServe
WGLMakie.activate!()
io = IOBuffer()
pr…
-
Do a round of performance optimization on the Alignments track. Run some profiling, try to figure out where time is being spent, and try to improve the time it takes to render large alignments.
Mai…
-
Issue Type: Bug
1. Start a new notebook file and select R as the kernel.
2. Add a code cell with following:
```R
x = c(1,8,10,5,6,2,9,4)
y = c(27.3, 70.5, 105.1, 52.7, 60.3, 25.7,…
-
Issue Type: Bug
Plot is not getting displayed in vscode
To reprouce
import matplotlib
matplotlib.use('TkAgg') # not working even with default 'agg'
from matplotlib import pyplot as plt
plt.figure()…
-
Are there any plans to support interactivity and things like rotating 3D-plots in IJulia? I guess WebGL would be they way to go, but I don't know about the state of WebGL-support in GLVisualize.
I …
-
Issue Type: Bug
I just updated VScode insiders and now when I run a cell that generates an error, I just get the red X at the bottom of the cell but no error message or any output appears making it …
-
# Mandatory
- [ ] pass labels + ticks from recipes to axis
- [ ] pass attributes to camera
- [x] static compilation
- [ ] recipe improvements (https://github.com/JuliaPlots/AbstractPlotting.jl/iss…