Re: [R] Plotting factors in graph panel

2023-07-11 Thread Anupam Tyagi
a.cz/en/personal-data-protection-principles/ >> > <https://www.precheza.cz/en/personal-data-protection-principles/>* >> > >> > *Důvěrnost: *Tento e-mail a jakékoliv k němu připojené dokumenty jsou >> > důvěrné a podléhají tomuto právně závaznému prohlášení

Re: [R] Plotting factors in graph panel

2023-07-11 Thread Deepayan Sarkar
jakékoliv k němu připojené dokumenty jsou > > důvěrné a podléhají tomuto právně závaznému prohlášení o vyloučení > > odpovědnosti: *https://www.precheza.cz/01-dovetek/ > > <https://www.precheza.cz/01-dovetek/>* | This email and any documents > > attached to it may b

Re: [R] Plotting factors in graph panel

2023-07-11 Thread Anupam Tyagi
hed to it may be confidential and are subject to the legally binding > disclaimer: *https://www.precheza.cz/en/01-disclaimer/ > <https://www.precheza.cz/en/01-disclaimer/>* > > > > *From:* Anupam Tyagi > *Sent:* Friday, July 7, 2023 12:48 PM > *To:* PIKAL Petr > *Cc:*

Re: [R] Plotting factors in graph panel

2023-07-07 Thread PIKAL Petr
M To: PIKAL Petr Cc: r-help@r-project.org Subject: Re: [R] Plotting factors in graph panel Thanks! You are correct, the graphs look very similar, except ggplot is scaling the text font to make it more readable. Is there a way to scale down the x-axis labels, so they are readable?

Re: [R] Plotting factors in graph panel

2023-07-07 Thread Anupam Tyagi
; From: R-help On Behalf Of Deepayan Sarkar > > Sent: Thursday, July 6, 2023 3:06 PM > > To: Anupam Tyagi > > Cc: r-help@r-project.org > > Subject: Re: [R] Plotting factors in graph panel > > > > On Thu, 6 Jul 2023 at 15:21, Anupam Tyagi wrote: > > > &

Re: [R] Plotting factors in graph panel

2023-07-07 Thread Anupam Tyagi
Current 2", "Bank Current 2", > > > "Bank Current 2", "Bank Current 2", "Bank Savings 2", "Bank Savings 2", > > > "Bank Savings 2", "Bank Savings 2", "Bank Savings 2", "MF None 3", > &g

Re: [R] Plotting factors in graph panel

2023-07-07 Thread PIKAL Petr
ent: Thursday, July 6, 2023 3:06 PM > To: Anupam Tyagi > Cc: r-help@r-project.org > Subject: Re: [R] Plotting factors in graph panel > > On Thu, 6 Jul 2023 at 15:21, Anupam Tyagi wrote: > > > > Btw, I think "lattice" graphics will provide a better solution than

Re: [R] Plotting factors in graph panel

2023-07-06 Thread Deepayan Sarkar
;, "Bank Current 2", "Bank Current 2", "Bank Current 2", > > "Bank Current 2", "Bank Current 2", "Bank Savings 2", "Bank Savings 2", > > "Bank Savings 2", "Bank Savings 2", "Bank Savings 2

Re: [R] Plotting factors in graph panel

2023-07-06 Thread Anupam Tyagi
ot;Bank Savings 2", "Bank Savings 2", "MF None 3", > "MF None 3", "MF None 3", "MF None 3", "MF None 3", "MF Equity 3", > "MF Equity 3", "MF Equity 3", "MF Equity 3", "MF Equity 3", "MF

Re: [R] Plotting factors in graph panel

2023-07-06 Thread Anupam Tyagi
None 3", "MF None 3", "MF None 3", "MF None 3", "MF None 3", "MF Equity 3", "MF Equity 3", "MF Equity 3", "MF Equity 3", "MF Equity 3", "MF Debt 3", "MF Debt 3", "MF Debt 3&q

Re: [R] Plotting factors in graph panel

2023-07-05 Thread Anupam Tyagi
I am working with Jim's solution, but I am getting some errors. I organized the data in Excel and read into R using the Import option in the menu of R-Studio. For some reason it is telling me my data is a Tibble and not a dataframe. Am I using Tidyverse unknowingly? I thought I was working in

Re: [R] Plotting factors in graph panel

2023-07-03 Thread PIKAL Petr
On Behalf Of Anupam Tyagi > Sent: Monday, July 3, 2023 11:54 AM > To: Jim Lemon > Cc: r-help mailing list > Subject: Re: [R] Plotting factors in graph panel > > Attached is another example plot, that is better than the earlier one. > > On Mon, 3 Jul 2023 at 15:21, Anupam Tya

Re: [R] Plotting factors in graph panel

2023-07-03 Thread Anupam Tyagi
Attached is another example plot, that is better than the earlier one. On Mon, 3 Jul 2023 at 15:21, Anupam Tyagi wrote: > I thought maybe I can share with you how the data looks in Excel, and an > example plot I found on the web that looks similar to what I want to plot. > These are attached to

Re: [R] Plotting factors in graph panel

2023-07-03 Thread Anupam Tyagi
Thanks Jim, thanks everyone. I was caught up with work and moving home, so a delay in response. I tried running the code you provided and it is not running well in my R-Studio setup. It is giving errors and not producing plots. I don't yet understand all the code well yet, so I need to work on it

Re: [R] Plotting factors in graph panel

2023-06-29 Thread Jim Lemon
Okay. Here is a modification that does four single line plots. at_df<-read.table(text= "Income MF MF_None MF_Equity MF_Debt MF_Hybrid Bank_None Bank_Current Bank_Savings Bank_NA $10 1 3.05 29.76 31.18 36.0 46.54 24.75 25.4 3.307 $25 2 2.29 28.79 32.64 36.27 54.01 24.4 18.7 2.891 $40 3 2.24

Re: [R] Plotting factors in graph panel

2023-06-29 Thread John Kane
w > $10 do not make much sense compared to other values. > > I am tired of guessing. > > Tim > > -Original Message- > From: R-help On Behalf Of Anupam Tyagi > Sent: Wednesday, June 28, 2023 11:49 PM > To: r-help@r-project.org > Subject: Re: [R] Plotting f

Re: [R] Plotting factors in graph panel

2023-06-29 Thread Ebert,Timothy Aaron
. The values below $10 do not make much sense compared to other values. I am tired of guessing. Tim -Original Message- From: R-help On Behalf Of Anupam Tyagi Sent: Wednesday, June 28, 2023 11:49 PM To: r-help@r-project.org Subject: Re: [R] Plotting factors in graph panel [External Email

Re: [R] Plotting factors in graph panel

2023-06-29 Thread PIKAL Petr
riable names to fit your needs. Cheers Petr > -Original Message- > From: R-help On Behalf Of Anupam Tyagi > Sent: Thursday, June 29, 2023 5:49 AM > To: r-help@r-project.org > Subject: Re: [R] Plotting factors in graph panel > > Thanks, Pikal and Jim. Yes, it has been

Re: [R] Plotting factors in graph panel

2023-06-28 Thread Anupam Tyagi
Thanks, Pikal and Jim. Yes, it has been a long time Jim. I hope you have been well. Pikal, thanks. Your solution may be close to what I want. I did not know that I was posting in HTML. I just copied the data from Excel and posted in the email in Gmail. The data is still in Excel, because I have

Re: [R] Plotting factors in graph panel

2023-06-28 Thread Jim Lemon
Hi Anupam, Haven't heard from you in a long time. Perhaps you want something like this: at_df<-read.table(text= "Income MF MF_None MF_Equity MF_Debt MF_Hybrid Bank_None Bank_Current Bank_Savings Bank_NA $10 1 3.05 29.76 31.18 36.0 46.54 24.75 25.4 3.307 $25 2 2.29 28.79 32.64 36.27 54.01 24.4

Re: [R] Plotting factors in graph panel

2023-06-28 Thread PIKAL Petr
> -Original Message- > From: R-help On Behalf Of Anupam Tyagi > Sent: Wednesday, June 28, 2023 10:34 AM > To: R-help@r-project.org > Subject: [R] Plotting factors in graph panel > > Hello, > > I want to plot the following kind of data (percentage of respondents f

[R] Plotting factors in graph panel

2023-06-28 Thread Anupam Tyagi
Hello, I want to plot the following kind of data (percentage of respondents from a survey) that varies by Income into many small *line* graphs in a panel of graphs. I want to omit "No Answer" categories. I want to see how each one of the categories (percentages), "None", " Equity", etc. varies by