Andreas Radke

Results 5 issues of Andreas Radke

element_text() does not seem to be implemented yet. But element_blank() is. Changing the axis size is not possible for now.

It seems that ggsave in [lets-plot-kotlin](https://github.com/JetBrains/lets-plot-kotlin#export) supports more file formats like png and jpeg. Is there a specific problem with the python version for not supporting these formats?

Add a save convenience method to the PlotSpec class. Now we have the ggsave(plot, ...) method. For convencience it would be great if we would add a ggsave() or save()...

# Problem: I have a (horizontal) stacked and grouped bar chart with the values displayed as text. ```python p = (ggplot(df_modalsplit_long) + geom_bar(aes(x='Scenario', y='Modal Split', fill='Mode'), position='stack', stat='identity') + facet_grid(y='Model',...

*

Problem: Autostart not working (on Windows 10) even if - "Start local blackd instance when plugin loads" is checked - Path is manually set to C:\Users\myname\.conda\envs\py310\Scripts\blackd (my conda virtual environment...