gaurav_rs

65 Reputation

4 Badges

7 years, 247 days

MaplePrimes Activity


These are questions asked by gaurav_rs

I have a csvfile that contains text and real numbers. As it contains text there must be some trick to force maple read only floating points and then plot it.

The below works fine if the file doesn't contain text:

 A:= ExcelTools :- Import("C:\\Users\\path\\filename.xls");

p1 := plots:-pointplot(A, style = line, linestyle = dash, color = blue);

plots[display]([p1]);

Thanks,

How to label in inline math mode. I tried labels = ['theta', Typesetting:-Typeset(cos(1/theta)/sqrt(1-theta^2))] which gives a big expression on Y axis spreaded in two lines. But i want to label one line as in latex $\cos(1/\theta)/sqrt(1-\theta^2))$ . Is there a way to do it ?

I want to set the position of the legend inside the figure window for example say top right in the figure window. Maple chose the legend to be at right, left, top, bottom outside the figure window. How can I place the legend of my own wish?

thanks,

1 2 3 4 5 Page 5 of 5