8.1.1.9.1.5. skimpy.viz.plotting

[———]

Copyright 2020 Laboratory of Computational Systems Biotechnology (LCSB), Ecole Polytechnique Federale de Lausanne (EPFL), Switzerland

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

8.1.1.9.1.5.1. Module Contents

8.1.1.9.1.5.1.1. Functions

timetrace_plot(time, data, filename='out.html', legend=None, x_label='', y_label='', legend_location=None, backend='webgl', **kwargs)

Classic time vs. Y-value plot.

boxplot(df, filename)

plot_population_per_variable(data, filename, stride=1, variables=None, y_label='concentration', x_label='time', **kwargs)

param data

skimpy.timetrace_plot(time, data, filename='out.html', legend=None, x_label='', y_label='', legend_location=None, backend='webgl', **kwargs)

Classic time vs. Y-value plot.

Parameters
  • time

  • data

  • filename

  • legend

Returns

skimpy.boxplot(df, filename)
skimpy.plot_population_per_variable(data, filename, stride=1, variables=None, y_label='concentration', x_label='time', **kwargs)
Parameters
  • data

  • filename

  • stride – How many points to skip for the plot. stride=100 will only plot every 100

points :return: