-
```
using GeoMakie, JLD
using CairoMakie
#using GLMakie
function go()
data = load("data.jld")
for key in keys(data)
println("$(key) $(typeof(data[key])) $(size(data[key]))…
-
We want Darling GUI to be themable. After careful consideration, this I what I came up with.
Non-goals:
* Implement an advanced, sophisticated, full-featured theming system. E.g. GTK and Qt implem…
-
After some benchmarking (the source of which is available at https://github.com/bhennion/benchmarks/tree/main), I came to the conclusion that the way we display strokes is very very inefficient.
I …
-
`geom_raster` would be handy for heatmaps with many tiles. The current approach of drawing a single rectangle for each tile is extremely wasteful for large heatmaps, which essentially represent bitmap…
-
Did you listened about Nile, special language for drawing? The main idea is that when we program in Cairo, we need to find the optimal path for rendering. You need to indicate HOW to draw. Nile's idea…
-
## Steps to Reproduce
1. Mono version 6.8.105 is installed (pkg: mono-complete)
2. Compile this [sample app source](https://github.com/mono/mono/files/4180763/mono_drawingissue.zip) with `msbuild …
g0ldi updated
2 months ago
-
hello,
using the test files attached I got a perfect image from the up, but a wrong image in the bottom:
![cairo_example](https://user-images.githubusercontent.com/21184718/71312123-b491cd00-242…
-
**Describe the bug**
With the Matplotlib backend, the 'diamond' shape has two problems:
- It is visually much smaller than other shapes. All shapes should appear to be the same size.
- Edges …
-
**Reported by @karlmsmith on 9 Mar 2011 20:27 UTC**
Use the QT/Cairo/GKS package put together by Charles D. instead of XGKS in PyFerret. Charles D. to provide a simple prototype for drawing with simp…
-
"
There is a really nice project based on FLTK here:
https://non.tuxfamily.org/
It uses the NTK toolkit, which is a fork of FLTK:
https://non.tuxfamily.org/wiki/NTK
Due to some community …