Displaying 20 results from an estimated 30000 matches similar to: "How to remove title from plot"
2011 Dec 01
3
Change the limits of a plot "a posteriori"
Hi all
How can I change the limits (xlim or ylim) in a plot that has been already
created?
For example, consider this naive example
curve(dbeta(x,2,4))
curve(dbeta(x,8,13),add=T,col=2)
When adding the second curve, it goes off the original limits computed by R
for the first graph, which are roughly, c(0,2.1)
I know two obvious solutions for this, which are:
1) passing a sufficiently large
2011 Oct 06
2
Titles changing when a plot is redrawn
I ran into a problem with titles on graphs. I wanted a graph with
multiple subplots, with each having a title that involved both
a Greek letter and an identifier for each graph. Below is a
simplified version of code to do this. The graph appears fine,
with the first graph having "i=1" in the title, and the second
graph having "i=2" in the title. However, when I resize the
2002 Mar 27
2
3D visualization using vtk library
has there been any attempt to improve the 3D visualization (interactive)
features in R, using the vtk library?
It seems fairly straight forward.
maybe even trivial for somebody who has experience with vtk library.
let me know if there are any obvious reasons i may have overlooked
thanks, in advance for any feedback
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2002 May 11
1
Custom graphing : Which package (Base, Grid or Lattice package)
Hi All,
Over the years, I have written a number of custom time series graphing
modules (in ANSI C). I want to make these graphs available in R. After
considerable thought (as well as feedback fom this NG - thanks go to Don
MacQueen and Paul Murrell), I have decided to re-write (atleast some of the
routines in R).
Basically, this is what my R function needs to do:
1. create a parent
2013 Feb 14
5
plot custom x axis ticks values
Readers,
For this data set:
testvalues<-c(10,20,30,40)
How to amend the plot instruction:
plot(testvalues,ann=FALSE,type='l',yaxt='n',xaxt='n')
so that x axis ticks labels can be added to existing graph with
arbitrary value such as 0,100,200,300)?
Thanks in advance.
--
r2151
2020 Sep 13
2
[cfe-dev] Phabricator -> GitHub PRs?
Renato Golin <rengolin at gmail.com> writes:
>
> Don't they give you the opportunity to amend the commit message, at least? I vaguely remember it's possible.
>
If you mean "amend" like in "git commit --amend", it's generally a bad
idea to rewrite repository history that has already been published.
If you mean "amend" the message in the Web
2009 Jan 21
2
title: words in different colors?
In ?title I see the
plot(cars, main = "")
title(main = list("Stopping Distance versus Speed", cex=1.5, col="red",
font=3))
I can't seem to generalize this to use several colors in a single title.
What I'd like is
in latex-ish
\red{Hair color} \black{ and } \blue{Eye color}
to serve also as an implicit legend for points that are plotted.
-Michael
--
2020 Mar 18
2
vnc kde emacs redraw issue
Does anyone have access to the following that could help me with the issue I am having trying to
use kdrc with vnc and emacs.
VNC redraw issues with emacs on KDE
https://access.redhat.com/solutions/1585893
I can't access the portal since I am using CentOS.
--
Stephen Clark
Email Confidentiality Notice: The information contained in this transmission may contain privileged and confidential
2020 Mar 18
2
vnc kde emacs redraw issue
On 03/18/2020 09:19 AM, Jyrki Tikka wrote:
> On Wed, 2020-03-18 at 07:31 -0400, Steve Clark wrote:
>> Does anyone have access to the following that could help me with the
>> issue I am having trying to
>> use kdrc with vnc and emacs.
>> VNC redraw issues with emacs on KDE
>> https://access.redhat.com/solutions/1585893
>>
> There is a workaround:
>
>
2020 Sep 11
4
[cfe-dev] Phabricator -> GitHub PRs?
The LLVM incubator projects have been using github PRs for reviews and so
far haven't really seen any significant issues. The biggest confusion so
far has not been with reviews but with the difference between "rebase and
merge" and "squash and mere". We have used basically 3 different processes:
Method 1: start a review with one commit on a new branch (typically in a
2001 Nov 14
1
Directory Permissions.
Hi all,
I've got a RH7.2 system running Samba 2.2.1-4 RPM's and I've got a
permissions problem.
I've got a share //dcomp2/windows which points to my vfat partition mounted
on /drvc/ with UID/GID options in fstab set to my unix user.
I can then connect to that share okay, and I can create/amend/delete files
without a problem. The problem arrises when I descend down the tree,
2010 Jan 24
2
Error in plot.new()
Dear all,
I have received the following error message since R 2.10.1 for the first
time and I am not able to draw graphics any more:
> plot(1:5,1:5)
> plot(1:5,1:5)
Error in plot.new() : figure margins too large
In addition: Warning message:
Display list redraw incomplete
> sessionInfo()
R version 2.10.1 (2009-12-14)
i486-pc-linux-gnu
locale:
[1] LC_CTYPE=en_US.UTF-8
2004 Aug 27
2
Samba, the GPL and SCO
For those of you following the IBM vs SCO legal case, you have probably
noticed that SCO has said that the GPL is invalid. IBM appears to make
the reasonable case that you can't say something is void, and then rely
on it. INAL, but why is SCO allowed to distribute Samba without agreeing
to the GPL? That's like buying a car, then claiming the sale agreement
is bogus but you still want
2020 Jan 24
4
[cfe-dev] Phabricator -> GitHub PRs?
On 01/22, David Greene via cfe-dev wrote:
> Renato Golin via cfe-dev <cfe-dev at lists.llvm.org> writes:
>
> >> My understanding from other people's comments (I've not tried it myself) is that updating a patch series in github is problematic - that it sends new/separate review email rather than being able to associate each patch in the series with ongoing review
2020 Apr 09
3
Delete Phabricator metadata tags before committing
Can we fix this in reviews.llvm.org's fork of phab?
https://github.com/phacility/phabricator/blob/cac3dc4983c3671ba4ec841aac8efac10744a80c/src/applications/differential/conduit/DifferentialGetCommitMessageConduitAPIMethod.php
Seems straightforward(-ish) to drop the relevant fields there, that way
`arc land` automatically DTRT.
Jon
On Fri, Dec 27, 2019 at 11:30 PM Mehdi AMINI via llvm-dev
2003 Oct 02
2
Plot can't forget bad parameters
When I give plot some bad paramaters, it keeps giving me error messages
forever after. I think the last time this happened, I even got the
error messages for completely unrelated, non-graphical functions.
Here's a recent example:
> plot(it[[31]][,c(1, 3)], type="b", usr=c(0, 20, -20, 5))
Warning messages:
1: parameter "usr" couldn't be set in high-level plot()
2019 Dec 27
5
Delete Phabricator metadata tags before committing
Many git commits in the monorepo look like the following:
[Tag0][Tag1] Title line
Summary:
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque mauris neque, porta nec tristique at, sagittis vel nisi. Fusce pharetra nunc et mauris consequat venenatis.
Reviewers: username0, username1
Reviewed By: username0
Subscribers: username2, username3,
2020 Sep 14
2
[cfe-dev] Phabricator -> GitHub PRs?
Has anyone tried out reviewable.io yet? It integrates with GitHub pull
requests, but provides a separate UI for doing the review which promises to
fix a lot of the issues encountered with Github's review interface.
Some of the things it claims to support which seem like important additions:
- Tracking the resolved status of each discussion point
- Rebasing a PR without losing review history.
2016 Apr 17
6
how do I use only black ink?
I have an HP Photosmart C3180 All-in-one.
As I haven't had any need for color lately,
when I last replaced ink, I only replaced the black cartridge.
It didn't work, even when printing grayscale-only images,
even when telling print-set-up grayscale-only.
Is there a way to tell my printer to use only the black ink cartridge.
My test image is a handmade postscript file
that only use setgray
2019 Feb 13
1
Cups Ink Levels
Hey all,
In this week's Open Source Highlights I read:
"Check ink level: If you have an Epson, Canon, HP, or Sony printer, you
can see its ink level with a simple application. Look for the "ink"
package in your distribution repositories."
I checked my package manager but I didn't find any "ink" package. Does
such a package exist for Centos? Is so, what