chartjs log scale tick size is too large / overlap - scale

I love chartjs but I encountered a problem. When using log scale my tick size is too high which causes some overlap with some ticks, is there any workaround this?

Related

VisJS Zooming Function

I have a VisJS graph plotted on top of a map. I want to zoom both in and out in unity with a button. Unfortunately the visjs graph seems to have a weird way of scaling as it seems to be very slight around 1 and much further around 0.5 and 1.5.
I tried finding the function that makes the scaling in visjs but there is nothing in the documentation. There also seems to be no one who has had this problem before.
Any Ideas where I could find a function that fits the scaling to a linear scaling map?
Or a functiont that would doubles/halfs the current graph size?

R ggplot2 use RStudio Chart Zoom settings to save Chart

Expanding the question by Jeremy K. in this question here Set ggsave() aspect ratio to the ratio that RStudio's "Zoom" button gives? specifically
I am using ggsave() to save plots from ggplot().
In R-Studio, clicking the "Zoom" button automatically resizes most of my plots to have quite aesthetic proportions, whereas when I try to manually specify the size and aspect ratios, I get plots that don't look as nice.
The answer to the original question and the answers to the similar question R: save figures in the zoomed window with command? both address screen size/resolution but nothing else. As the original question states the RStudio zoom has aesthetic proportions but using the screen width and height only sets the chart size and resolution. The titles, labels etc are all different (tiny in my case) in the saved image versus the original Rstudio zoomed image. Unfortunately using the 'inspect element' suggestion only gives the screen size and not any of the title and label sizes.
Is there a way that I can make ggsave (or any function) use the same aspect ratio or size ALL the same formats that R-Studio's "Zoom" button does?

prevent overlapping x-labels without stretching the graph too much

I am making a graph using ggplot however my x-axis labels are overlapping.
see both graphs here: https://imgur.com/a/D1HsVlA
I have looked online and found out that changing the width through save as image option seems to do the job however this stretches my graph a lot horizontally. Is there a way to prevent x axis labels from overlapping without tremendously stretching out my graph?

Visio shapes distort on changing scale

I am trying to change Visio Measurement units and the scale for my existing wire frames. Doing so distorts any use of stencils that have have been designed at a different scale and unit. Any way I can sync up the two?
How are you changing the unit/scale?
You should be able to do it in Page Setup without any distortion. When shapes of a different scale are added to a drawing their size will adjust to match the scale of the page.

ggplot2 - autosize chart and axis titles

I have create some ggplot2 bar plots which print fine to screen. When I print in PDF device, however, the chart and axis titles are too large - they sometimes extend past the left and right of the x-axis. None of these charts have any opts() set aside from title/axis-title - its all the defaults. What am I missing here? Is there a way to tell ggplot to auto-size this text so that the charts look good in PDF? Can I do this without explicitly setting opts()?
The best solution I can think of is to create a function to create a theme (like theme_bw()) and give it enough parameters so that its smart about sizing. Will keep this post open for a few days to see if there are any other clever ideas

Resources