search for: zoomable

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

Did you mean: bootable
2009 Sep 03
3
Zoomable graphs with multiple plots
Hi folks, I was wondering if anyone could confirm/deny whether there exists any kind of package to facilitate zoomable graphs with multiple plots (eg, plot(..) and then points(..)). I've tried zoom from IDPmisc, and iplot from the iplot and iplot extreme packages, but as far I can tell, neither can handle the task. Does anyone know anything else that might work? Or generally know different? Cheers, Tim...
2012 Feb 08
1
"Zoomable" time series plots
Not sure if the question is appropos, but I have multiple csv's which are read into an xts object, corresponding to telemetry data (accelerometer, magnetometer/compass, and gyroscope). For examination, it would be ?ber useful if plot.zoo (or something similar) allowed me to zoom in and out of a subset of the time axes. -- Sent from my mobile device Envoyait de mon portable
2010 Apr 23
1
Zoomable chart
Hi, I would like to create an interactive bubble chart from a Rails- based database. I''ve spent quite a lot of time browsing the posts both here and on rubyforums for similar queries, but haven''t really found a definitive answer yet. I would like each point to be clickable, and would like users to be able to zoom and navigate within the chart. We would prefer not to use Flash for
2015 Mar 15
2
[LLVMdev] On LLD performance
...rofiling, rather than speculating. The machine where I tried to link clang using lld is an 8-core Xeon, but I hardly was able to use more than two cores. I ran my tests on UFS + 7200rpm disk ( I can provide details, if needed). The OS is FreeBSD-11 from a month ago or such. Flamegraph results (now zoomable): https://people.freebsd.org/~davide/llvm/lld.svg Nick, to answer your question DenseMap ops are a generally an hotspot for this kind of workload, although grow() operations aren't particularly a big problem (at least in this case). I see them showing up only for addReferencetoSymbol() and the...
2016 Dec 27
0
Proper attribution in Authors@R for the d3.js library by Mike Bostock
...ckages that use d3.js now, and the habit (standard?) now seems to be to put Bostock in Authors at R, but they do so in different ways. Here are a few examples: D3partitionR: Mike Bostock [aut, cph] (d3.js library in htmlwidgets/lib, http://d3js.org. The partitionChart, sunburst, the treemap, the zoomable circlePacking, the collapsible indented tree and the collapsible tree are all derived from his works.) scatterD3: Mike Bostock [aut, cph] (d3.js library, http://d3js.org) qrage: Michael Bostock [ctb, cph] (D3.js library) And there are others. ?person offers the following options that seem rel...
2015 Mar 11
9
[LLVMdev] On LLD performance
I spent a week to optimize LLD performance and just wanted to share things what I found. Also if there's anyone who have a good idea on how to make it faster, I'd like to hear. My focus is mainly on Windows, but my optimizations are generally platform neutral. I aim both single-thread and multi-thread performance. r231434 <http://reviews.llvm.org/rL231454> is a change that has the