I posted something similar yesterday, but got nothing. I spent a few hours today problem-solving, but didn\'t progress any.
Is it possible to pass to plot data in a string? I mean do something like this: plot \"09-13-2010,2263.80 09-14-2010,2500\" using 1:开发者_高级运维2 with lines
I have a 2-D scatter plot and at the origin开发者_运维技巧 I want to display an image (not a colorful square, but an actual picture). Is there any way to do this?
There are 25 symbols defi开发者_开发百科ned by \'pch\' paramter in the points function. How can I draw more than these 25 symbols
I actually have 3 questions: I have a plot with data that is in the thousands and my plot\'s axis is diplaying the tick marks as .4.81.01.2and a *10^4 in the lower right. Th开发者_JAVA百科is is a lit
I want to add a \"Pointer\" to a 3-D plot. I want开发者_C百科 this \"pointer\" to point at a certain spot on a sphere that I have drawn.
I have 2 functions: f (aa) = 9 sinaa/aa + cosaafor 0 <= aa <= 6pi.--- >equation 1. and f(开发者_如何学Goaa) = cosku
I have a very interesting challenge here for my Flex project development. I now have an experiment wizard which consists of three states.In the first state,the user selects the elements they are inte
I need to plot and display several jpeg images in a single combined display (or canvas?). For example, suppose I have images {a,b,c,d}.jpg, each of different size, and I would like to plot them on one
Consider something like figure plot(sin(0:0.01:pi)) axis tight set(gca,\'box\',\'on\',\'ticklength\',[0.02 0.05])