Displaying 20 results from an estimated 2000 matches similar to: "Plot Accessibility"
2011 Feb 15
1
ternary contour plot
Colin,
If your propose is to create a ternary plot with points and vectors, I think easier do this with graphics based plots instead of trellis based plots. Although, with little work you can do with trellis too. I gave you a reproducible code to put an arrow in a ternary plot. I use the function locator() to extract coordinates. The code is the following
2008 Jun 09
3
piper diagram
Hi,
Is anyone on the list familiar with an R implementation of Piper Diagrams?
Example:
http://faculty.uml.edu/nelson_eby/89.315/IMAGES/Figure%209-78.jpg
I am thinking that two calls to triax.plot (plotrix) along with some kind of
affine-transformed standard plot would do the trick. Not so sure about the
final layout, or a nice generalized version for something like lattice.
Cheers,
Dylan
2013 Jun 16
1
trying to fit a thin plate spline to a triangular plot
Hi
Has anyone tried to fit a thin plate spine to a triangular plot before? I'm having trouble working out a piece of code to make it possible with three axes. I have done it before with two axes.
I've found a package I prefer that makes triangular plots (plotrix) using the triax.plot() function. An example of some data and the plot follows:
graph.data<-data.frame(a=c(9,6.2,
2008 Feb 21
2
triangle.plot - change the axes orientation
Hello, I need to chenge axes orirentation in triangle plot. (function
triangle.plot in ade4 package)
I want to plot elasticities of some species in demographic triangle, where
axes values commnly increace "clockwise".
If some better imangination is needed, see
http://www.open.ac.uk/science/biosci/personalpages/j.silvertown/pdfs/Silvertown%20et%20al.%201993.pdf
I am sorry if I just
2009 Jul 29
1
Showing time progression on (triangle) plots
Hi,
I have made some nice triangle plots showing the projected airborne,
landborne and oceanborne fraction of anthropogenic emitted carbon dioxide
at 10 year intervals for the next century.
Currently all ten points on my plot are identical so I can't distinguish
between them. I would like to be able to track the trend as the century
progresses.
How can I show the time progression on the
2013 May 14
0
[LLVMdev] Queue implementation is being trapped
On Tue, May 14, 2013 at 11:42 AM, Cristianno Martins <
cristiannomartins at gmail.com> wrote:
> Hello there,
>
> I'm trying to use a simple implementation of a queue (my own
> implementation of it, actually), and I'm trying to use the functions
> defined on my queue class inside some llvm-ir code. Unfortunately, the
> names of the functions are being messed up,
2010 May 13
1
ggplot2: qplot won't work
I have a script running in the StatET Eclipse environment that
executes the ggplot2 command qplot in a function:
# Creates the plot
createPlot <- function(){
print("Lets plot!")
qplot(1:10, letters[1:10])
}
When executing the qplot line directly, it works. When executing the
script it does not open a window and it it does not plot. Is there
something important I have forgotten? I
2010 Oct 14
1
Ice Cube Rails problem
I''m using Ice_Cube to try and get the rule from a Model to be used to
create a schedule, like so:
@temp_sched.add_recurrence_rule
IceCube::Rule.from_yaml(Transaction.last.rule)
However this doesn''t seem to be the right thing, I just want to create
a new Rule using the rule specified for each Model.
IceCube::Rule.new(the rule) would be a good way, but this doesn''t seem
2007 Jun 18
4
triangle contour plots
Suppose I have three numbers p1, p2, p3 with
0 <= p1,p2,p3 <= 1 and p1+p2+p3=1,
and a function f=f(p1,p2,p3) = f(p1,p2,1-p1-p2).
How to draw a contour plot of f() on the p1+p2+p3=1 plane,
that is, an equilateral triangle?
Functions triplot(), triangle.plot(), and ternaryplot() give
only scatterplots, AFAICS
--
Robin Hankin
Uncertainty Analyst
National Oceanography Centre,
2013 May 14
2
[LLVMdev] Queue implementation is being trapped
Hello there,
I'm trying to use a simple implementation of a queue (my own implementation
of it, actually), and I'm trying to use the functions defined on my queue
class inside some llvm-ir code. Unfortunately, the names of the functions
are being messed up, then I created some function wrappers just to avoid
having to deal with the C++ weird function renaming.
So, to easily wrapper the
2005 Dec 31
0
File_column and multiple file select
Hello All,
I have been playing with file_column for a while and I love it. Thank you
Sebastian. For the last couple of days , I have been trying to upload
multiple files with a single file element as explained here
http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/
Unfortunately, Iam running into this error when I submit my form
undefined method
2004 Aug 06
0
q about jspeex
Hi,
i have:
public void run(){
try{
System.out.println("Opening mic");
// AudioInput ai=new AudioInput(t);
// ai.start();
if(t.input==null){
AudioFormat format = new
AudioFormat(AudioFormat.Encoding.PCM_SIGNED, 44100, 16, 2, 4, 44100, false);
2008 May 19
0
up/down/delete functions for list items, problem with bound parameters
Hi all,
I am dynamically creating an item list with div containers. Because of
this dynamic nature, I am using the element.observe method along with
the bindAsEventListener() function to bind its execution to within the
object that creates the div in the first place.
The problem is that the POS argument I am passing along with it is
forever being bound to that element. This is causing a problem
2008 Jul 11
1
Plot multiple datasets on a VCD ternary graph
I need to plot multiple sets of data, on one Ternary plot (from the VCD
package). Since they all need to be formatted differently, I can't just
coerce them into one matrix, I need three separate calls. Is there a way to
do this? Thanks
--
View this message in context: http://www.nabble.com/Plot-multiple-datasets-on-a-VCD-ternary-graph-tp18412092p18412092.html
Sent from the R help mailing
2008 Sep 04
1
A ternary graph's scales
Hi all,
I am drawing a ternary graph. Everything is fine with both ternaryplot
(package vcd) and triangle.plot (package ade4), but I want to present
scales in neither percents nor from 0 to 1 (this is actually the only
option I found in both functions). I want the scales to be in a
natural scale (from 0 to k, k being the number of objects). Is it at
all possible? (Descriptions of both functions
2012 Apr 20
1
Ternaryplot as an inset graph
Hello
I am trying to add a ternary plot as a corner inset graph to a larger
main ternary plot. I have successfully used add.scatter in the past for
different kinds of plots but It doesn't seem to work for this particular
function. It overlays the old plot rather than plotting as an inset.
Here is a simple version of what I'm trying. Note that if I change the
inset plot to be an ordinary
2004 Oct 15
1
[fdo] Accessibility list at Freedesktop.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
I have been in discussion with several other accessibility projects to
work on a common API for speech synthesis and speech recognition drivers.
I suggested to discuss this on a mailing list and to found a new list at
freedesktop.org for this purpose. Since there are also a number of other
accessibility related areas where cooperation is
2004 Aug 06
0
q about jspeex
Hi,
It would appear the the 'pcm2speex.read(frame, 0, frame.length)' is
blocking which means that it is waiting for data from the underlying
inputstream (i.e.AudioInputStream(t.input)). If it could read sufficient
data it would transcode it. If it recieved an EOF, it should do some
zero padding and then transcode it. Are you sure that you are receiving
data from the underlying
2004 Aug 06
2
q about jspeex
Ulrich B. Staudinger wrote:
> Hi,
>
> i have:
>
> public void run(){
> try{
> System.out.println("Opening
> mic"); // AudioInput
> ai=new AudioInput(t);
> // ai.start();
> if(t.input==null){
> AudioFormat format = new
2008 Sep 23
1
Video Accessibility work
Hi all,
I just wanted to briefly let everybody that I have been given a
consulting contract by Mozilla to analyse the current state of timed
text codecs and possibilities of their support in Ogg with an aim of
solving accessibility issues.
This means, I will be looking into how to solve captions and subtitles
in Ogg, but also other accessibilty issues such as sign language,
audio annotations,