Group Abstract Group Abstract

Message Boards Message Boards

Plot the following differential equation over a larger time window?

Attachments:
POSTED BY: Nik Teodo
3 Replies

Hi,

try the option PlotRange->All, i.e.

Plot[ {Evaluate[Purp[t] /. Mechanism]}, {t, 0, tmax}, 
 AxesLabel -> {time (seconds), conc (mM)}, PlotStyle -> {Green},  
 PlotLegends -> {Purpurogallin}, PlotRange -> All] 

Best wishes, Marco

POSTED BY: Marco Thiel

Hi Nik,

The plot zoomed into the steady-state value. Just add the option PlotRange->All to the Plot function to see the full range.

Plot[ {Evaluate[Purp[t] /. Mechanism]}, {t, 0, tmax}, 
 PlotRange -> All, AxesLabel -> {time (seconds), conc (mM)}, 
 PlotStyle -> {Green},  PlotLegends -> {Purpurogallin}] 

enter image description here

POSTED BY: Tim Laska

Sorry. Your reply only came up for me after I posted mine.

Cheers,

Marco

POSTED BY: Marco Thiel
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard