Questions tagged [datatipfunction]

5 questions
5
votes
1 answer

How do I use TeX/LaTeX formatting for custom data tips in MATLAB?

I'm trying to annotate a polar plot with data tips labelled with 'R:...,Theta:...' where theta is actually the Greek symbol, rather than the word spelled out. I'm familiar with string formatting using '\theta' resulting in the symbol, but it doesn't…
Doresoom
  • 7,398
  • 14
  • 47
  • 61
2
votes
2 answers

flex chart hide a datatip

We get data from multiple feeds and data may or may not exist for a certain date. So, for points that have no data we send NaN. Question: In the below code , is there a way to not show datatip for those that are null. I have added a datatip…
Shah Al
  • 346
  • 2
  • 4
  • 17
1
vote
2 answers

Drawing a custom label on a pie chart in Yahoo's Flash Library ASTRA

Has anyone looked at Yahoo's ASTRA? It's fairly nifty, but I had some issues creating a custom label for a pie chart. They have an example for a line chart, which overrides an axis's series's label renderer. My solution was to override the…
dlamblin
  • 43,965
  • 20
  • 101
  • 140
0
votes
1 answer

Flex HSlider Data tip function

Hi I'm trying to pass in a function to change the tool tip for a HSlider in flex 4 but I keep getting the following error no matter how I try defining the function: Error #1006: value is not a function Here's the code function…
Anto
  • 419
  • 2
  • 9
  • 19
0
votes
1 answer

Customize data cursor for 3D objects

Let's say, I have many spheres drawn with surf/mesh function in MATLAB. I want to display customize data values rather than x,y,z. All values will be different for different spheres and clicking on any point on a particular sphere should display the…
Rohit
  • 99
  • 2
  • 12