The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
23 views

Axis ticks misalignment and labeling in ggplot2 using scale_y_log10()

I am attempting to make a figure similar to this: with log ticks on the y axis and not the x. I've been able to produce this with the following code: setwd('/Users/marleyjarvis/Desktop/') ...
0
votes
1answer
30 views

d3 - Line not following x os correctly & first tick isn't being shown

See: http://jsfiddle.net/bQHjj/ Following the green line, the circles should be vertically aligned with my x axis, but all of them are moved a few pixels to the right. The X axis isn't showing it's ...
0
votes
2answers
39 views

Sort by Integer vs. by DateTime

I'm speaking from the .NET point of view but this could extend to other languages or frameworks that use similar logic. Is it correct to assume that when sorting objects by a DateTime property, the ...
0
votes
0answers
36 views

Android Chronometer - One second “ticks” late

The app is a sports timer for cycling, skiing etc, where races start at regular intervals. e.g. 1 minute. In my implementation of OnChronometerTickListener I notice that the calls occur at intervals ...
4
votes
2answers
211 views

How to set the dynamic or static tick size in a Rickshaw.js plot?

I am creating a Rickshaw.js-powered graph much like in this example: http://code.shutterstock.com/rickshaw/tutorial/example_07.html based on my own data that is returned via an AJAX call. The data is ...
0
votes
1answer
41 views

Labels for scatterplot-matrices

I have been trying to plot a scatterplot matrix using the great example given by Joe Kington: Is there a function to make scatterplot matrices in matplotlib? However, I would like to add xlabels and ...
2
votes
2answers
63 views

How can I move a tick label only(without moving corresponding tick)?

I'm using matplotlib to generate a diagram, and I use set_ticks and set_ticklabels to mark out several important values on the x-axis. But some of these labels are too close and get overlapped. But I ...
0
votes
2answers
71 views

Obtaining tickmark vector or intervals in R - par(“yaxp”) not working

I have a log-log plot displaying tick marks on the y-axis from 1 to 7. I would like to obtain the interval between each tickmark for a function. > par("yaxp") [1] 1 7 -6 I was expecting ...
0
votes
1answer
88 views

Clock Ticks in android phone

We are working on a distributed system database syncing, which relies on the real time. As the device's time can be changed by the user or a faulty network, it can corrupt the whole database very ...
0
votes
0answers
32 views

Ticks when opening / closing all in collapsable menu

I am using two scripts here for a collapsable menu, one to make the elements work which also add changes the + tick into a - tick when the line is opened. The other scripts adds the functionality to ...
0
votes
1answer
249 views

Change distance between x-axis ticks in ggplot2

Right now I am producing a line graph with three observations. Hence, there are three x-axis ticks. I want to manually reduce the distance between the x-axis ticks and basically force the ...
0
votes
1answer
525 views

WPF - Vertical slider with labels on the ticker

I'm currently trying to get a custom vertical slider with a ticker as well as labels in those tickers with the corresponding values. I already found online some interesting code for a horizontal ...
4
votes
3answers
95 views

Running a PHP process as a daemon while safely killing it from background

We are running a PHP Daemon which look into a queue, receives worker jobs and spawns the worker to handle it. The workers themselves acquire a lock on a specific location before proceeding. We spawn ...
0
votes
0answers
43 views

Drawing only specific ticks in pChart 2.0

My graphs in pChart usually have lots of ticks that if I draw all of them, the X axis becomes a black rectangle. Only some of the ticks have labels (a date) while most of them a null label (""). Is ...
1
vote
1answer
226 views

D3.js Axis tick labelling

The x axis of my line graph represents money. Is there any way to append a € symbol to the beginning of each tick? At the moment they are just values 2000000, 250000, 300000.... I would like them to ...
0
votes
1answer
231 views

How Can I display dates on the x-axis using nvd3 line charts

When I am passing numbers to the x-axis the graph is showing up. But when i tried to pass dates in the x-axis it displays nothing. I have given for x-axis like this chart.xAxis ...
0
votes
2answers
179 views

dashed ticklines/gridlines in flot

I am pretty new to this flot API. I want to have dashed gridlines/ticklines instead of solid line both X-axis' and Y-axis'. Can anyone help me with this?? Thanks in advance!
0
votes
1answer
53 views

remove selected ticks on axis

In Matplotlib, on the Y axis I have values in [0, 1], but the Y axis goes up to 1.2. Now, that extra blank space is very handy and I'd like to keep it, but I don't want that 1.2 to show up on the ...
0
votes
1answer
131 views

Gnuplot matching tics

I'm trying to plot data with two different x-axes with the following code: reset # Settings set grid set x2tics set xtics nomirror plot './data/N.dat' u ($1*c1)/f_offset:($2*c2) w lp ls 1,\ '' u ...
0
votes
1answer
432 views

Convert ticks to Time format ( hh:mm:ss)

I am getting a video length value as ticks from web server . I want to display it as in "hh:mm:ss" format. How can I do that?
2
votes
3answers
276 views

UTC time in ticks (since 01/01/0001 00:00:00)

I'm trying to integrate with a third party service that wants to know how many "UTC time in ticks (since 01/01/0001 00:00:00)" have passed. What is a tick? Assuming it's a second (and I don't know ...
0
votes
1answer
135 views

DateTime and Ticks in Jython

How should I write the following C# .NET code in Jython? ticks = DateTime.UtcNow.Ticks; I am new to Jython and I use Jython-2.2.1 in nGrinder version 3.0 and JDK version 1.7.0_10.
1
vote
3answers
116 views

Setting the plot's scale limits for data sets containing variables with different degrees of variability

I have a data frame where some variables present little relative variation and some others present a high variation. For instance, consider the following data frame: df <- data.frame(IDX = 1:10, ...
1
vote
1answer
72 views

PHP Ticks and Declare construct

function myfunc() { print "I will pass!"; } register_tick_function("myfunc"); declare(ticks=1) { } I wrote the following code in order to understand the subject of "ticks" used with the ...
0
votes
1answer
106 views

Converting MIDI-deltatimes to seconds

my goal is to retrieve the exact note on/off timings from a Standard-MIDI-File. The file is type 1 (it has several tracks) and timing mode is ticks-per-quarter. My approach: I search for ...
4
votes
2answers
235 views

minor ticks TeeChart delphi logarithmic scale

I have a very specific request regarding minor ticks. My client want a graph with a different number of minor ticks according to different decades. For example, if the decade is less than 1 he wants ...
2
votes
1answer
47 views

How do I delay a function by X amount of ticks?

Okay, so I have a hook that is called when a key is pressed, for example spacebar. What I want to do is, when this happens, I want to call a function. The next tick, I want to call a different ...
3
votes
1answer
425 views

d3 axis tick alignment

I have a d3 bar chart with, and the axis tick marks are centered below the bars (as I would expect). In this case, I would actually like to left align the axis ticks and have the ticks under the left ...
2
votes
1answer
100 views

Is there a way to make random ticks in a game loop?

I need random ticks for a game I'm making. Is there a way I could do that? I don't want it based on the tick rate of my game (average 60 ticks per second) because I need random movement for a ...
3
votes
1answer
483 views

d3 tick marks on integers only

I have a d3 bar chart whose values range from 0-3. I would like the y-axis to only show integer values, which I can do by var yAxis = ...
1
vote
1answer
837 views

Matplotlib - hiding specific ticks on x-axis

I am trying to hide the first and last x-axis tick text of my bar plot, which is '2004' and '2013'. Matplotlib automatically adds these in by default, even though my dataset is for 2005 to 2012, hence ...
2
votes
1answer
969 views

How to combine a custom color range with colorbar in MATLAB?

I'd like to have a surface plot like the one below, but with a proper colorbar. This is my code: [X,Y,Z] = peaks(30); [maxval dummy] = max(Z(:)); [minval dummy] = min(Z(:)); crange = 1.5; % ...
1
vote
1answer
358 views

WPF DynamicDataDisplay - Putting strings in Y Axis instead of numbers

Using WPF (not Silverlight) D3, is it possible to put strings on the Y axis? I am specifically talking about a situation in which I have a graph of a timeline with status values (let's say "High" and ...
4
votes
2answers
448 views

Force exponential format of ticks LIKE MATLAB does it automatically

I have two plots. In the first plot the values for the y-axis go up to 30000. Therefor, Matlab is labeling the axis instead of '30000' with '3' and the 'x10^4' ABOVE the plot. In the second plot the ...
0
votes
1answer
373 views

jQuery Flot - x-axes ticks not lined up with actual data

I have the following problem as seen in the image below where the horizontal ticks just seem random and do not try to line up with data. My data, and code are also below. Any help with this ...
0
votes
2answers
178 views

How do I retain the hours, minutes, seconds in a long variable?

I'm having trouble describing my question clearly, so excuse me if my question's title seems odd. I am making a time class. I am working with these variables: private, with _ticks : // 1 _ticks = ...
0
votes
2answers
448 views

Simple Timer in C#

I have this code private void picTop_MouseEnter(object sender, EventArgs e) { if (timer1.Tick == 10) { picBottom.Visible = true; picTop.Visible = false; timer1.Stop(); } else { ...
0
votes
2answers
71 views

How precise is CompareTo() of DateTime in .NET

When CompareTo() of DateTime in .NET is called, is it comparing the ticks on a DateTime object to the ticks on another one? How precise is the comparison? I'm fetching datetime2(7) values from a sql ...
1
vote
2answers
375 views

Remove xticks in a matplot lib plot?

I have a semilogx plot and I would like to remove the xticks. I tried : plt.gca().set_xticks([]) plt.xticks([]) ax.set_xticks([]) The grid disappear (ok), but small ticks (at the place of the main ...
1
vote
1answer
639 views

jqPlot, char names for Y-axis Ticks

This is my first asked-myself question on stackoverflow - a site that has helped me so many times already. Please be understanding :) I have problems with jqPlot that looks really simple, but its ...
1
vote
1answer
624 views

Convert javascript ticks to date in Flot jQuery-plugin issue

I have a dynamic Flot graph with dates on the x-axis and numbers on the y-axis. To get the Flot-plugin to read the date object correctly, I had to convert the dates to ticks (with getTime()). My ...
0
votes
1answer
455 views

Date ticks for lineplusbar nvd3

I'm trying to get the exact date in lineplusbar chart using nvd3 and I got the code from http://nvd3.com/ghpages/linePlusBar.html . I'm getting the correct date for line but for bar it showing me a ...
0
votes
1answer
91 views

Reposition yTickLabels in interactionplot

I made an interactionplot in Matlab, but part of the yTickLabels are behind the plot. For example, you only see 10 instead of 10 x 10^-5. Any idea how i can solve this? Original picture: ...
0
votes
1answer
670 views

Date Ticks or String ticks as xAxis for line chart in d3

Is that possible to pass String or date values for xAxis in line chart using d3 charts? Sorry, If this questions sounds simple. Thanks in Advance
1
vote
1answer
127 views

how to always display “labels” on axis X

If I zoom several time graph all labels from axis X disapear (go away) and there are no visible axis X labels so it is not possible to understand the part of graph where am I. How can I force matlab ...
3
votes
2answers
326 views

how to force matlab to display enough numbers on the plot X and Y?

The problem is that matlab "cuts" some numbers and I do not recognize actual value. Look at the screenshot, on Y there are a lot of "0.0156" while I expect "0.01562" "0.01564" "0.01566" etc. How to ...
0
votes
3answers
107 views

Can Ticks be ticked at different speed depending on computer?

I created an App which uses Timer class to callback a method at a certain time of a day and re-call it every 24hours after that. I use Ticks to signify 24 hours later. (int) ...
1
vote
3answers
833 views

Python matplotlib restrict to integer tick locations

Quite often I want to make a bar chart of counts. If the counts are low I often get major and/or minor tick locations that are not integers. How can I prevent this? It makes no sense to have a tick at ...
1
vote
1answer
626 views

plot tick level control

Here is my question: myd <- data.frame (V1 = paste ("V", 1:1000), V2 = rnorm(1000)) plot(myd[,1], myd[,2]) As my plot is busy in axis, I want to just put tick markers at every 100 and display ...
0
votes
0answers
203 views

JFreeChart show all labels

in JFreeChart I need to display ALL Labels and Ticks for a XYBlockRenderer chart. Hre there is a snippet of my code.. Thanks to all SymbolAxis xAxis = new SymbolAxis(null, ...

1 2 3