shadi1386

35 Reputation

4 Badges

9 years, 301 days

MaplePrimes Activity


These are questions asked by shadi1386

Dear all,

 

I am saving a logplot as :

plotsetup(jpeg, plotoutput = "/Users/test.jpg", plotoptions = "quality=200,height=1100, width=1500"); display(logplot(x^2-3, x = 0 .. 100), legendstyle = [font = [bold, "TimesNewRoman", 30], location = right], thickness = 4, font = [bold, "TimesNewRoman", 30]); plotsetup("inline", plotoutput = "terminal", plotoptions = "quality=100,height=1000, width=1500")

and the output is the plot attached.

test.jpg

This is my problem: I do not want the y-axis tickmarks to be shown as .1 e2, .1e3, ...

I would like them to be 10^2, 10^3, ...

Please remember that I need them to be saved like this because the quality is much better than when you export the plot directly.

Can someone help me, please?

Dear all,

 

I am trying to put labels for my axis and I use typeset to do that.

The code is:

plot(10^10*x, x = 0 .. 5,labels = ["x", typeset(10^10*Delta*z)],labeldirections = ["horizontal", "vertical"])

The problem is that  I get a label like below:

I mean it is not typed as 10^{10}, but 10000000000!!!

Can anyone help me in changing this to 10^10?

Dear all,

I am making a plot, which is Delta z/Delta t vs. z.

but in labeling maple prints z/t, because it simplifies Delta  !

You can find my worksheet below.

Could any of you help me with this please?

Thanks in advance!

DzDt := z^2; -1; plot(DzDt, z = 0 .. 4, labels = [z, typeset(Delta*z*(1/(Delta*t)))])

 

``

 

 

 

Dear all,

 

I'd like to make a logplot with the option axes = boxed . 

let's say:

plot(x^3, x = 0 .. 2, axes = boxed)

But I need the tickmarks and numbers on both y-axes.

Could you tell me how to do this?

Dear all,

 

I want to plot three different plots but not at once! I mean I want to have an animated plot / gif file which shows the plots one by one:

first plot1, then plot2 is added, and at the end plot 3 is added!

 

Let's say my plots are

plot1:=plot(x,x=0..3)

plot2:=plot(x^2,x=0..3)

plot3:=plot(x^3,x=0..3)

 

Do you have any suggestions for me?

 

1 2 3 4 Page 1 of 4