Florian Finkernagel

Results 40 issues of Florian Finkernagel

Hey y'all, thanks for your work on nix-prefetch. I'm trying to fetch some mercurial from a private repo server, pretty straight forward call like ``` nix-prefetch '{fetchhg}: fetchhg { url...

Both functions go like this ```(size_t i = 0; i

Similar to #216. The theme elements are currently evaluated after the coord_flip. So if you add coord_flip to a plot, you need to change your themes -> bug.

bug
Discussion

Many geoms only partially support alpha in the sense that their borders are always at alpha=1. This fixes this for anything using geom_polygon plus geom_boxplot. Example: ![image](https://user-images.githubusercontent.com/1257580/79574579-ab0c2f00-80c0-11ea-9e53-09394e71662c.png) This is a...

Black ( https://github.com/psf/black ) is quickly becoming the standard way to format python code, and adopting it means we never have to discuss coding style again. Using black also means...

For a custom theme, I'd like to change the default point color away from black. I can hack this for all coming ggplots by changing the geom_point default_aes, but I'd...

Feature

(this is on current git head 52e33218b86165d90f5313d57c22465223219e98 ) ```python import pandas as pd import plotnine as p9 import numpy as np line_type_count = 5 df = pd.DataFrame( { "x": np.random.random(size=100),...

Enhancement

**Describe the bug** I'm trying to write a 'sector' (circle cut out function). For testing I wanted to stick a slider on it to choose the angle. The function needs...

What's the status on these? I could have sworn this had been working, but for some manually buildPythonPackages I find that they are completely ignored.

So they way mach-nix works right now, is that all r-packages are dependencies of rpy2, and the R_LIBS_SITE is set to their joined PATHs. This obviously triggers a rebuild of...