BuildACell / txtlsim

Cell-free expression modeling toolbox for MATLAB
0 stars 8 forks source link

Fix the DNA-RNA subplot in the txtl_plot command [sf#15] #15

Open murrayrm opened 7 years ago

murrayrm commented 7 years ago

Reported by tiberium87 on 2014-07-22 18:35 UTC Right now where are two axes, and zooming to plot only zooms one of the two plots/axes. Also, there is no legend for the DNA curves.

murrayrm commented 7 years ago

Commented by zoltuz on 2014-07-22 19:16 UTC [DNA] and [RNA] exist in the system with two different levels (1-10nM 10-500nM), the two axes help to show them in the same plot. Although it has the above mentioned limitations, may be plotyy is a solution. On the other hand, plotyy accepts only 2 sets of x-y pairs, because of that "hold on" doesn't work and curve colors are given by matlab default.