Displaying 5 results from an estimated 5 matches for "colorscheme".
2010 Mar 19
1
vim how to set colorscheme murphy
Hi
I would just like to know in vim how do i set colorscheme as murphy
Thanks
--
Regards
Agnello D'souza
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100319/83725e66/attachment-0002.html>
2007 Jul 10
1
Formatting panel borders in lattice package
...ken the borders between panels -- or more generally,
all borders -- in a plot generated using lattice (specifically,
levelplot). Something similar perhaps to box() function in graphics.
I haven't been successful in reviewing available documentation.
The problem stems from using a grayscale colorscheme that puts black
colors near the borders, thus obscuring them. Then, another alternative
would be to somehow inject white space between panels.
In summary:
1) Does anybody know of a good way to increase the line thickness of
borders in lattice, specifically those separating panels?
2) Does anyb...
2010 Oct 21
3
R-2.12.0 hangs while installing some packages on FreeBSD
...re two packages I am not able to install: RGtk2 and rggobi.
For example rggobi builds fine and after that it wants to load:
------------------------------------------------------
# R CMD INSTALL rggobi_2.1.16.tar.gz
[..SNIP..]
gcc -std=gnu99 -shared -L/usr/local/lib -o rggobi.so RSEval.o brush.o
colorSchemes.o conversion.o data.o dataset.o display.o displays.o
edges.o ggobi.o identify.o init.o io.o keyHandlers.o longitudinal.o
modes.o plot.o plots.o plugins.o print.o session.o smooth.o ui.o utils.o
-pthread -L/usr/local/lib -lggobi -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0
-latk-1.0 -lgdk_pixbuf-2.0 -lpa...
2010 Oct 21
3
R-2.12.0 hangs while installing some packages on FreeBSD
...re two packages I am not able to install: RGtk2 and rggobi.
For example rggobi builds fine and after that it wants to load:
------------------------------------------------------
# R CMD INSTALL rggobi_2.1.16.tar.gz
[..SNIP..]
gcc -std=gnu99 -shared -L/usr/local/lib -o rggobi.so RSEval.o brush.o
colorSchemes.o conversion.o data.o dataset.o display.o displays.o
edges.o ggobi.o identify.o init.o io.o keyHandlers.o longitudinal.o
modes.o plot.o plots.o plugins.o print.o session.o smooth.o ui.o utils.o
-pthread -L/usr/local/lib -lggobi -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0
-latk-1.0 -lgdk_pixbuf-2.0 -lpa...
2007 Jul 10
6
Having trouble using data returned by Ajax.request
...}
And here is the code I''m using to try to load the data into the graph:
function updateChart(chartName) {
var newOptions = {
padding: {left: 30, right: 0, top: 10, bottom: 30},
backgroundColor: ''#f2f2f2'',
shouldFill: false,
colorScheme: ''blue'',
yNumberOfTicks: 2,
xTicks: [
{v:5, label:''jan''},
]
};
document.getElementById(''weekdiv'').innerHTML = ''<div><canvas
id="newchart"
height="250" width=&q...