search for: plst

Displaying 6 results from an estimated 6 matches for "plst".

Did you mean: past
2018 Jan 19
0
Split charts with ggplot2, tidyquant
Hi Charlie, Thanks. This is helpful. As mentioned in my original question, I want to be able to plot a few such charts on the same page, say a 2 x 2 grid with such a chart for each of 4 different stocks. Using your solution I accomplished this by making a list pLst of your ggplots and then calling cowplot::plot_grid( plotlist=pLst, nrow=2, ncol=2 ) That worked fine. The one issue I have is that in the ggplot you suggest, the price and volume facets are the same size. I would like them to be different sizes (e.g. the volume facet at the bottom is generally...
2018 Jan 19
2
Split charts with ggplot2, tidyquant
So the general strategy for getting these into separate panels in ggplot is to have a single variable that will be your response and a factor variable that indexes which original variable it came from. This can be accomplished in many ways, but the way I use is with the melt() function in the reshape2 package. For example, library(reshape2) plotDF <- melt(SPYdf, ??? ??? ??? ??? ??? ???
2018 Jan 20
2
Split charts with ggplot2, tidyquant
...wrote: > Hi Charlie, > Thanks. This is helpful. As mentioned in my original question, I want > to be able to plot a few such charts on the same page, > say a 2 x 2 grid with such a chart for each of 4 different stocks. > Using your solution I accomplished this by making > a list pLst of your ggplots and then calling cowplot::plot_grid( > plotlist=pLst, nrow=2, ncol=2 )? That worked fine. > > The one issue? I have is that in the ggplot you suggest, the price and > volume facets are the same size. I would like them to be different sizes > (e.g. the volume facet a...
2018 Jan 20
0
Split charts with ggplot2, tidyquant
...> > Thanks. This is helpful. As mentioned in my original question, I want > > to be able to plot a few such charts on the same page, > > say a 2 x 2 grid with such a chart for each of 4 different stocks. > > Using your solution I accomplished this by making > > a list pLst of your ggplots and then calling cowplot::plot_grid( > > plotlist=pLst, nrow=2, ncol=2 ) That worked fine. > > > > The one issue I have is that in the ggplot you suggest, the price and > > volume facets are the same size. I would like them to be different sizes > > (...
2018 Jan 21
1
Split charts with ggplot2, tidyquant
...s helpful. As mentioned in my original question, I > want > > to be able to plot a few such charts on the same page, > > say a 2 x 2 grid with such a chart for each of 4 different stocks. > > Using your solution I accomplished this by making > > a list pLst of your ggplots and then calling cowplot::plot_grid( > > plotlist=pLst, nrow=2, ncol=2 )? That worked fine. > > > > The one issue? I have is that in the ggplot you suggest, the > price and > > volume facets are the same size. I would like them to be &g...
2004 Sep 10
2
problem with file.wav > 700MB
...| head -20 > > which will show you the first 100 or so characters. any non > printable ones will be in octal (like \003 for ctrl-c). compare the > subchunks you find against the wav format: > > http://www.borg.com/~jglatt/tech/wave.htm > > if it has a 'list' 'plst' 'cue ' 'labl' 'note' or any subchunk that > is not 'data' then flac will not parse it. ok, I found a "pad" subchunk. Is this the reason for flac to disagree with this file? If so, why flac doesnt ignore this subchunk? At http://www.borg.com/~jgla...