-
It seems matplotlib can not properly render histograms, when log scale is active for the y-axis and the absolute frequency is smaller than ~2.7, ie. 1 and 2.
The Python code:
```py
import panda…
-
import random
import matplotlib.pyplot as plt
import numpy as np
f=np.array([1,1])
g=np.array([1])
t=np.array([1])
while f.shape!=g.shape and t.shape!=f.shape and g.shape!=t.shape:
c=np.array([…
-
Hi,
This toolkit is excellent!
```
f_samples_predict, W_samples_predict, y_samples_predict = \
model.sample(predict_timepoints, n_samples=10, include_emission_variance=TRUE)
```
it …
-
When calling `.view` it raises an error, since `plt` is not defined. I think instead of `if not plt:...` it should be `try: plt.xxx ... except: xxx`
-
I am trying to generate the time-domain data and using [advanced LIGO](https://dcc.ligo.org/public/0165/T2000012/002/AplusDesign.txt) and [virgo](https://dcc.ligo.org/public/0165/T2000012/002/avirgo_O…
-
When creating a legend with a title, the title does not transform to tikz code.
Python code:
```
import matplotlib.pyplot as plt
from tikzplotlib import save as tikz_save
x=[-1,1]
y=[-1,1]
…
-
```
import numpy as np
import matplotlib.pyplot as plt
# Constants
nx = 41 # Number of grid points in x-direction
ny = 41 # Number of grid points in y-direction
nt = 500 # Number of time st…
-
volest.py changed to: import models. It was: from volatility import models
models __init__.py changed to: from models.api import *
data is in tests directory thus: data_file_path = '../tests/JPM.…
-
Can you add the possibility to call `plot3` multiple times and plot on the same figure, similarly to the `plot` behavior?
For instance, the following code will plot on two figures:
```
st…
-
I am trying to animate a large number of points on a scatter plot, but using the pause function for animation (as in the example in examples folder), I can only get it to run so fast. This is how I tr…