Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
4answers
235 views

Exponential form of tick marks for log plot in Mathematica

In an attempt to learn more Mathematica, I am trying to reproduce the tick marks on this log (log) plot: This is as close as I can get: LogLogPlot[Log[x!], {x, 1, 10^5}, PlotRange -> {{0, 10^5}, ...
5
votes
2answers
58 views

execute something on every function call php

Whenever any function invocation happens in PHP, I want to log the function name, its arguments and time of invocation. Is there any means to achieve this. I have a function to log, how to set this ...
5
votes
2answers
3k views

How can I automatically calculate axis scale and intervals?

Does anyone know where I can find an algorithm that given a set of values (dates) for an axis I can calculate a reasonable scale and tick interval?
2
votes
1answer
63 views

Nice Label Algorithm for Charts with minimum ticks

Here is what I want to do: I need to calculate the Ticklabels and the Tickrange for charts manually. I know the "standard" algorithm for nice ticks (see ...
2
votes
2answers
225 views

Handling Ticks in Mathematica`s Charts

Please consider : dalist = {{379, 219, 228, 401}, {387, 239, 230, 393}, {403, 238, 217, 429}, {377, 233, 225, 432}} BarChart[dalist, Frame -> True, FrameTicks ...
2
votes
3answers
150 views

How to add constant-spaced ticks on axes whose lenghts vary? [Python]

To simplify my problem (it's not exactly like that but I prefer simple answers to simple questions): I have several 2D maps that portray rectangular region areas. I'd like to add on the map axes and ...
2
votes
1answer
192 views

Force a Timer to cycle in a set time [C#]

I'm rewriting a VB 6.0 program in C# .Net for an internship. It measures incoming data from a precision grinding machine and gives a readout on its accuracy. A lot of the meat of the program is done ...
1
vote
1answer
44 views

What method should I use in a python game server, to keep tick times?

I currently have a game loop that fires off about 20 times per second that updates the game state based on inputs and then package up the result to send off to clients. My "tick" is currently a ...
1
vote
1answer
53 views

Open Source Fill Engine

I'm looking for a Java fill-engine to perform back-testing. The fill engine would be fed either tick-data or L2 data (with book) and would fill orders as if it was a real-market account. Ideally ...
1
vote
1answer
272 views

Checkbox input using python mechanize

I want to fill a form using python mechanize. form looks like: <POST https://10.20.254.39/cloud_computing/vmuser/migrate_vm/cli multipart/form-data <TextControl(vm=cli)> ...
1
vote
1answer
167 views

rotating xticks causes the ticks partially hidden in matplotlib

I am creating a plot with names on x axis and time values(minutes) on y axis.The names on x axis are like ['cooking']18:15:27 ,['study']18:09:19,['travel']18:21:34` etc .. where as the y values ...
1
vote
1answer
141 views

Arranging non uniform xtics to a uniform scale in GNUPlot

I have a data set that uses the x-scale: 0.1 0.4 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 but I need the tics to line up evenly, not have 0.1 and 0.4 scrunched up into the corner. I ...
1
vote
1answer
480 views

Timer tick event in seprate thread

Is it anyone how to create a thread for timer tick event. In Windows desktop application timer tick event should be controlled by a separate thread. Is it possible..?
1
vote
2answers
685 views

Handler postDelayed delayed longer as configured

I try to develop a simple timer beeper, that peep hourly. For the timing I use a Service and Hander, here the example: void onStart(...){ handler.postDelayed(timerRunnable, ONE_HOUR); ...
1
vote
2answers
708 views

Console app timer to call web methods every x minutes

I am coding in VB.Net, VS 2008. I wrote a console app that consumes 2 web methods from a web site application. I need to enhance this console app so that it launches the web methods continuously, ...
0
votes
0answers
14 views

How to convert a SQL field stored as a tick into a date

I am exporting info from a database that has field with a birthdate stored as a tick. I need to convert this to a regular date. I can either do it in the SQL statement (if there is a way?) or convert ...
0
votes
1answer
76 views

C# Timer Tick Event Working Principal

I have a c# form that draws some curves on it. I am trying to draw these curves at a specified interval with random values. I was able to do what I want, but there is a situation that I cannot answer. ...
0
votes
1answer
87 views

how can recognize Timer's callback (Timer Is In Master Page) In both Master & Content Page

my pages are base on master and content pages in asp.net with c#. i have a timer in master page like below : <asp:UpdatePanel ID="UpdatePanel1" runat="server"> ...
0
votes
1answer
119 views

flot bar chart ticks not displaying

my data: var data5 = [ { label: "my cat", data: [[1,10], [4,20], [7,30]], color: 'rgb(85, 96, 42)'}, { label: "my job", data: [[2,30], [5,20], [8,30]], color: '#42215F'} ]; my ...
0
votes
0answers
86 views

How a Slider control in WPF can snap on specific values?

I want to create a slider, with values from 0 to 100 that I can slide like any other slider... but at position 30, 42 and 55 (for example) I want to snap to these values, to make easy to the user to ...
0
votes
0answers
66 views

Show tick on preference screen

I have a PreferenceActivity with some preference items, and an "account" PreferenceCategory that shows the accounts configured in the application. Each account preference is a PreferenceScreen, with ...
0
votes
1answer
97 views

JFreechart get grid display dimension

How can I get the DISPLAY dimensions of my grid squares in an XY plot. I can get the tick unit, but because the plot axis is adjusted to fit the dataset, equal tick units on both axis do not always ...
0
votes
1answer
106 views

Is it possible to make different-sized ticks for graphs?

Let's say that I have a graph an axis with 25 ticks, and I want to make every fifth tick (0, 5, 10, 15, 20, 25) bigger than the other ticks to make reading the graph easier. (There is already number ...
0
votes
1answer
310 views

Flot:how to align xaxis labels center over the tick line, and put labels in the plot area instead of outside space

I am wondering whether there's configuration to put axis ticks "center" over the tick line? and also put them in the plot area instead of outside space? for the latter issue, i used "labelMargin:-30" ...
0
votes
0answers
186 views

Qt Phonon::MediaObject (from Nokia's MediaPlayer class) won't emit tick()

I'm trying to constantly update the rest of my program as to the current time of my media player. I'm using Nokia's MediaPlayer class that comes with the IDE. This can be found here: ...
0
votes
1answer
159 views

YUI range slider separate ticksize for subranges

My requirement is typical. I need a price range dual-handle slider, where based on the current handle value, the tick size (step size) will change, for example if price is less that 1500, the tick ...
0
votes
0answers
143 views

Timer not firing in an event handler containing two adjacent 'if' blocks!

when i'am calling timer1.Start() func in an event handler that contains two adjacent if blocks, its tick events doesn't fire and the code following it also doesnt get executed. on the othr hand, using ...
0
votes
0answers
310 views

gnuplot cuts off label of rightmost tickmark in plot

When I plot something in gnuplot, the resulting plot has numbers labeling the tickmarks on the x-axis. The label of the final (rightmost) tickmark is always cut off (the labels are are, like 6 or ...
0
votes
1answer
551 views

C# / .Net stock tick data transportation libraries / API?

I am currently trying to find a simple, easy way to publish/broadcast stock tick data (real time) between C# applications. I am currently using nServiceBus for some other publish/send message ...
0
votes
1answer
279 views

Condensing Stock Data

I have a data set that is composed as such: 2009,11,01,17,00,23,1.471700,1.472000 2009,11,01,17,01,04,1.471600,1.471900 2009,11,01,17,01,09,1.471900,1.472100 2009,11,01,17,01,12,1.472000,1.472300 ...