Malavika-Srinivasan / CAS741

Course Website for CAS 741
Other
0 stars 1 forks source link

MG question for section 6 module decomp. #27

Closed PeaWagon closed 5 years ago

PeaWagon commented 5 years ago

For the plot module, is it sufficient to say that Python will implement the plotting of the data? Does this mean that Python can plot data without an external library, or will you use an external library (e.g. Matplotlib)? Same for sequence services module? Since Python uses lists by default, would you be using Numpy in this case?

Malavika-Srinivasan commented 5 years ago

Mentioned matplotlib and numpy explicitly. Thanks @PeaWagon .

Malavika