Group Abstract Group Abstract

Message Boards Message Boards

0
|
7.5K Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Formating of a graph

Posted 11 years ago

I have this part of code (see below) - and I cannot understand, why the first line in the graph is not red and why the second line is dashed... See attachement... (Mathematica 10.3.0.0, Windows 10 - 64 bit)

Thank you for help!

In[22]:= f2
ff2

Out[22]= (x/(k4 + x))^k5

Out[23]= k5 (x/(k4 + x))^(-1 + k5) (-(x/(k4 + x)^2) + 1/(k4 + x))

In[24]:= Plot[{f2, ff2} /. {k4 -> 1, k5 -> 1}, {x, 0, 5}, 
 AxesOrigin -> {0, 0}, GridLines -> Automatic, 
 PlotRange -> {Automatic, Full}, 
 PlotStyle -> {Directive[Red, Dashed], Directive[Blue, Thin]}]
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard
Be respectful. Review our Community Guidelines to understand your role and responsibilities. Community Terms of Use