search for: abcdefghijklmn

Displaying 2 results from an estimated 2 matches for "abcdefghijklmn".

Did you mean: abcdefghijklm
2008 Aug 11
2
ggplot2 font size problem
How do I change the font size of the label in ggplot. For example x=c("abcdefghijklmn", "opqrstuvwxyz") y=c(1, 2) df=data.frame(name=x, value=y) p=ggplot(df, aes(name, y))+geom_point() Now the name of "abcdefghijklmn" and "opqrstuvwxyz" are too long. How can I change the font size of them. And can I also change the orientation of them? thanks --...
2023 Mar 17
1
connect MSSQL server problem
...: 28000: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Login failed for user '******'.?How to modify the code (see below) to access second MSSQL server? con <- dbConnect(odbc(),? ? ? ? ? ? ? ? ?Driver? ?= "ODBC Driver 17 for SQL Server",? ? ? ? ? ? ? ? ?Server? ?= "abcdefghijklmn",? ? ? ? ? ? ? ? ?Database = "abc_def") Thank you,Kai [[alternative HTML version deleted]]