Alim Dayim
Alim Dayim
Hi, I think your point makes sense. It is related to auto calculation of `ticks_digits`. I have pushed an improvement regarding this. Can you try the development version from Github?...
Yes, it is the rounding issue. The difficult part is to determine how many digits to keep. One may don't want to keep the decimals if all values are integer....
Hi, do you have a minimal example so I can use to tweak the code? The rounding is fine, it works as supposed to, but I think the problem is...
Hi, it is difficult to calculate the axis in a natural way, unless you can provide me with some algorithm for that. I am using `pretty` function to produce the...
Hi, the cell size is determined by the contents inside cells. In other words the hight of the cell is determined by the maximum cell height of the row, width...
Hi Tim, The height and width of the plot is determined by the content. You can't define the height and width of the plot. But you can modify the height...
@Laksafoss I'm not sure I agree with you entirely. I don't believe the method I suggested earlier is ineffective. Other functions can be used to insert rows or change the...
Hi, the order is based on the value you have provided. For example, if you have two columns to plot your CI, first two estimates will be considered as group...
I don't think there's a way to change the legend size. I will add a feature for this.
Sorry, I was busy. I have added option to change legend size and you can change it by specifying different values for `legend_cex` in `forest_theme`. Can you install it from...