Displaying 17 results from an estimated 17 matches similar to: "legend(): adjust space between symbol and tex"
2002 Apr 26
3
different data series on one graph
Hello,
I'm looking for a way to plot different data series on one graph.
I have a series of hourly rainfall and quarterly flow
measurements (i.e. 4 times an hour) of a catchment. The rainfall
should be plotted in bars, the flow as a line. Both on the same X
axe (time) but with different Y axes.
The problem is the plot() function does not support add=TRUE...
Furthermore I'm not sure
2000 Sep 07
3
plot with two y axes
I'm trying to make a transition from S-plus under Windows to R under
Linux. My immediate aim is to produce a scatter plot with two y-axes
with different scales. That can be done in S-plus with a command of the
following form:
guiPlot( PlotType="Scatter", DataSet="execon",
Columns="years,hstart,ship", AxisType="Multiple Y" ),
where years, hstart, and
2006 May 09
1
2.3.0 problems
Hi,
Since the installation of R-2.3.0 I have the following problems:
1. Startup
.First() produces
------------------
Started in /home/woodstock/hoffmann/Projects/RtoZ/Windwurf/R with
'~/R/.Rprofile' edited on 2006-04-28, 11:08
During startup - Warning messages:
1: use of NULL environment is deprecated
2: use of NULL environment is deprecated
3: use of NULL environment is
2011 May 07
4
Activerecord::JDBCError: Invalid column number
Hi,
I''m rather new to Ruby and RoR, so I do not really know whether this ist
the right forum to place my question.
For my first ''project'' I planned to create a simple online-viewer, which
grabs data from an existing database and make them visible in a
structured form via browsers. So I thought that could be the right
beginner-project, because I have only read datasets
2002 Jan 30
5
multiple series on same graph
I'm trying to duplicate some graphs from powerpoint in R package. One
of things I'm having trouble with is I don't understand how to use the
points command to create different sets of points with different color
and marking attributes, and a legend on the graph. Where should I look?
I can't seem to find an example of two different sets of data on the
same graph.
2024 Nov 11
3
Interpreting data from 220V input APC UPS
John Ackermann N8UR via Nut-upsuser
<nut-upsuser at alioth-lists.debian.net> writes:
> I am monitoring via the SNMP driver an APC SmartUPS that has split
> phase (2L + neutral) 240V input and 120/120 volt outputs. The data
> for the voltages is not what I'm expecting, and I am wondering how I
> should interpret it.
Wow, that sounds kind of industrial. Model?
Is the
2013 Aug 19
0
pumahosting@gmail.com wants to give you 50 points on Perk!
<!DOCTYPE html>
<html lang="en">
        <head>
                <meta charset="UTF-8">
2004 Jan 12
0
samba3.0.1/win2000ad/kerberos5: user cannot logon
Hi everyone!
I've googled alot for this, and found *some* people with similar
questions, but there was no answer if this is a bug in samba, a
misconfiguration, or what?
I have a win2000 active directory Server (wurzel.baum.local), a samba
2.2.3a on debian stable/woody (stamm.baum.local), security = user, a
samba 3.0.1 on debian testing/Sarge (blatt1.baum.local) and a windowsxp
machine joined
2005 Oct 07
1
Troubleshooting with "gpd" (Fit generalized pareto model)
Up to now, I have recognized problems with "gpd(..)", the function from
the package "evir"
I think that all these functions that estimate the parameters xi, beta for
the GPD
by given threshold mu use the function "optim(..)" ( gpd, fitgpd, ...)
"Error" example:
data1 <- rgpd(1000, xi= -1.5, mu=1000, beta=100)
so the created poinnts take place in about
2016 Jul 25
1
Xapian 1.4.0 released
Kevin writes:
> Of course, I can fix it by myself and check every terms length, but
> that will add more overhead to big data computing.
How is the overhead different whether your code checks it or Xapian does?
Best regards,
Adam
--
"Oh, we all like motorcycles, to some degree." Adam Sj?gren
asjo
2012 Mar 22
1
Warning from ExtUtils::MakeMaker
Installation was OK and all works well, but this warning is bad :-/ tried
15 min to find the failure (there is no failure) ...
$ perl Makefile.PL XAPIAN_CONFIG=/root/build/xapian-core/bin/xapian-config
PREFIX=/root/build/Search-Xapian
Checking if your kit is complete...
Looks good
'XAPIAN_CONFIG' is not a known MakeMaker parameter name.
Writing Makefile for Search::Xapian
$ perl
2012 Oct 04
1
Synonyms of Abbreviations
Hello,
I am looking for a documentation or an example to use the synonym function.
I tried this
db.add_synonym("omega","xapain");
and this works by adding the flag FLAG_AUTO_SYNONYMS.
If i try to use the
db.add_synonym("omega","xapain is search engine ");
it fails why? Can xapian use synonym for Abbreviations like MBA => Master
of business
2013 Feb 20
1
Sticky results
Hi there,
I have a xapian index whose results are being sorted by a value, with (PHP bindings):
$enquire->set_sort_by_value($sort_data_value);
This is because I want the results returned in chronological order of publication date. However, I now have a need to have certain results be 'sticky' at the top of the resultset, regardless of their publication date. Obviously there are
2012 Jan 20
2
Perl version of sortable_serialize missing?
I attempted to use the sortable_serialize function from perl, however
doesn't seem to exist. The only occurrence of the string "sortable" in
the /usr/local/perl/5.10.1/Search/ tree is in the pod in Xapian.pm.
What am I doing wrong?
use Search::Xapian;
...
$doc->add_value(4,sortable_serialize($recdate));
Undefined subroutine &main::sortable_serialize called
2015 Mar 11
2
stub-file and get_doccount
Hello,
i switched from one big index to a stub file with many indexes and running
into a problem.
i have a tool to fetch a random document via:
get_doccount
random id up to get_doccount
get_document with that id
after changing to stub file this failes. Is there a nice way to get a
random document from a stub file?
?MfG?
Felix Ostmann
2003 Dec 01
0
No subject
Is there another way of doing the bindings so that the Windows share doesn't run on TCP/IP but will still work with SAMBA? If so, where in the docs should I be looking, and if not - maybe this should be something discussed by the SAMBA dev people..
Regards,
Marc.
Return-Path: <twunder@iwmail.com>
Delivered-To: samba@lists.samba.org
Received: from femail14.sdc1.sfba.home.com
1999 Mar 20
1
How to get '\h' through print() or paste()?
Hello,
[really hoping not to ask something the 1001th time]
I need single backslashes printed for generating TeX-code.
That works:
> print("\begin{tabular}")
[1] "\begin{tabular}"
But \h seems to be interprated in some way:
> print('\hline')
[1] "hline"
Hm, trying to mask the backslash:
> print('\\hline')
[1]