Questions tagged [ticker]

357 questions
2
votes
1 answer

Plot with two rows label sticks using matplotlib

I would like to have a plot using matplotlib.pyplot with the xticks arrange in two rows for months and years like the image following. I did that plot, just using dataframe.plot(), i.e. the simplest plot of pandas. When I do the plot using this…
nandhos
  • 681
  • 2
  • 16
  • 31
2
votes
2 answers

Python Bokeh Tick Labels

I am new to bokeh and am trying to plot stock data in a line plot The X-axis should be dates and the y-axis will be Closing Price of the stock. Here is an example of my code: data = pd.DataFrame({'Symbol' :…
RSHAP
  • 2,337
  • 3
  • 28
  • 39
2
votes
1 answer

Why this css ticker use only first four posts

Hey I want add News Ticker to my rails app. I found this CSS ticker: http://cssdeck.com/labs/css-news-ticker I don't know why it display only four first posts. Can you help me change this code to display all posts from my table, to retrieve data I'm…
schadock
  • 59
  • 1
  • 11
2
votes
2 answers

plotting on a dygraph y-axis as time?

Is it possible to create a Time format on the y-axis of a Dygraph? -> formats #s, #m, #h. The graph needs to display in whole numbers and not something like 2.5h. I assume this can be done through the dygraph ticker option though I'm not completely…
ChiMo
  • 581
  • 2
  • 13
  • 32
2
votes
1 answer

CreateJS way of switching ticker on & off

I'm developing a canvas game that happens to have several scenes. Each scene might end up being a static final frame after having finished. The circumstances are that the ticker and the listener for the "tick" event are still running and keep on…
Matthias Max
  • 595
  • 1
  • 7
  • 20
2
votes
1 answer

Matplotlib shows superfluous microsecond precision on x axis ticks

I would like to plot some data as a function of time. I have used matplotlib and datetime, and it works well except for the x axis ticks. The time interval is about an hour, and there are ticks every 10 minutes. However, the ticks do show, for…
2
votes
3 answers

Timer in ASP.Net (Language C#) stops after 1 tick

i wanted to use a timer in a program i'm working on, but it always stops after 1 tick !! can you give me any tips to make it repeat unstoppably (or until i want it to) please ?? this is my code: int i = 20; protected void Page_Load(object…
Tonner Mààn
  • 133
  • 1
  • 11
2
votes
2 answers

jQuery Slick Slider: How to make a logo ticker slider

I'm currently using the Slick Slider plugin and don't really want to add another plugin to achieve a Logo Ticker slide effect like seen here bxSlider. Any idea how to do it with Slick or if it's even possible?
Aley
  • 8,540
  • 7
  • 43
  • 56
2
votes
1 answer

Paypal system configure in Fusion Ticket

How to configure the Paypal System in Fusion ticket. Remain to systems are working in My Fusion ticket. Payment: Cash Shipment: Point of sale (It is wokring) Payment: Invoice: Please pay within 10 days or within 3 days of Event if sooner Shipment:…
Ramesh Somalagari
  • 525
  • 3
  • 11
  • 35
2
votes
3 answers

Suggestions regarding the .NET tool to use for project

I need to develop a project that needs to have a Ticker and an AdRotator, apart from some button controls and a banner. I have two options - ASP.NET and Windows Forms. With Windows Forms, I've been able to develop the Ticker, but I don't know how to…
Saurabh Manchanda
  • 1,115
  • 1
  • 9
  • 21
2
votes
1 answer

how to post ticker on facebook with opengraph on android without "music.listens" define tag

I'm trying to post tickers on Facebook with open graph on Android, I used at 1st the defined action types 'Listen' (set by Facebook), but this one can only be used by Facebook partners : Feedback from your most recent submission: General To access…
2
votes
1 answer

Set ticker to zero in netlogo

I had problem with ticker in netlogo. I want to reset ticker to zero. But when you reset ticker with "reset-tickers" command, all the variables, plots and ... will reset to zero too, but this is not pleasant for me. I want just reset the ticker and…
2
votes
2 answers

jQuery vertical ticker removing pseudo classes

I'm using vTicker which is working perfectly, but after items cycle through, they lose their css properties that are based on their pseudo-classes. The idea is to have the first and last child be of the same opacity, the second and second-to-last,…
Cucumber
  • 23
  • 6
2
votes
0 answers

Dynamatically changing ticker text in Android without affecting the scroll position

I am trying to implement a Scrolling Text in my android App. I have used the following properties in my textview : android:ellipsize="marquee" android:lines="1" android:marqueeRepeatLimit="marquee_forever" android:scrollHorizontally="true" …
Nirav Sanghvi
  • 408
  • 3
  • 14
2
votes
1 answer

How to create buttons to start and stop a JQuery News Ticker

I am trying to make a news ticker using JQuery that cycles messages automatically, but can be stopped and started with buttons. So far I have the
  • messages that will cycle and repeat. I am trying to use the following code to create the buttons…