Abdessabour Moutik

Results 9 comments of Abdessabour Moutik

actually this will be easily solved by adding `path

Here is my attempt : ```r use_here

@cpsievert can you rank the geoms by importance so I can try implementing them sequentially.

@cpsievert Ok I will work on it.

@cpsievert The `model` function is exported from the `{fabletools}` package

@cpsievert I will happily work on some of the geoms

@cpsievert currently implementing ggraph's `GeomAxisHive`. Once I will finish I will move forward to ggraph's treemaps

@cpsievert I have successfully deconstructed the geoms however I'm facing some `transparency` issues. attached is my deconstruction when rendered using `ggplot` and `ggplotly` the ggplot one is a bit opaque...

I implemented the ggraph's `{treemap}` this is the one that's similar to `{treemapify}` output. ![Screen Shot 2021-11-03 at 4 25 20 AM](https://user-images.githubusercontent.com/11250014/140052171-ea3b277f-e8e2-4473-afac-ce082a0eba90.png) Do you think I should go forward and...