Description Usage Arguments Value Author(s) Examples
Creates a plot of the hard band flux vs soft band flux
1 2 3 4 5 6 | ff.plot(
ff.df,
xlab = "Soft Rate [count/s]",
ylab = "Hard Rate [count/s]",
plt.title = "Flux-Flux Plot"
)
|
ff.df |
required data frame: Flux flux data frame with structure: SOFT.RATE, SOFT.ERROR, HARD.RATE, HARD.ERROR |
xlab |
optional string: X axis label |
ylab |
optional string: Y axis label |
plt.title |
optional string: Plot title |
Plot of the hard band flux vs soft band flux
Derek Blue
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.