KhanKawsar / EstimationPlot

Other
4 stars 1 forks source link

Label size of x axis #2

Open alunats opened 6 months ago

alunats commented 6 months ago

Dear Jim McLean I am trying to prepare a chart with Durga package. The package is absolutely great! I can't find an option to set the size for the x-axis labels. Trying to use the code 'cex.axis = .85' only works for the y-axis. Is there any other way? I also have a question about filling the points 'points.params = list(pch = 21, cex = .75, lwd = 1, bg = papNN_long$colors)'. Is it possible to set the lines connecting points (pairs) not to overlap the centers of the points? In other words, the line ended at the outline of the point. Kind regards, Arkadiusz

time_helvetia 50new

JimMcL commented 6 months ago

Durga does not currently have a way to do either of these things. A work-around for the x-axis label size is to call par(cex.axis = 0.85) to set the global graphical parameter, although it may also alter other axis labels.

alunats commented 6 months ago

Thank you very much for your answer. This is how I did it with setting the x-axis labels. Perfect package - thank you again and congratulations! time_helvetia 50newtest