-
Having implemented permanent markers, having more types of markers would be nice:
- Arrows
- Ellipses
- Scalebar: could use the matplotlib sizebar http://matplotlib.org/devdocs/mpl_toolkits/axes_…
-
Upon running :
`sashimi_plot --plot-bf-dist sample3_vs_sample3.miso_bf settings.txt --output-dir plots/`
I get the following error:
```
home/pachecop/pachecop/splicing/BamFiles/myenv/l…
-
Hi
Using Python 2.7.8 and Basemap 1.0.7 there seems to be a problem plotting points that wrap around longitudinal map boundaries in plot() method of Basemap if the points wrap back and forth. The pr…
-
The [mplot3d tutorial](https://matplotlib.org/devdocs/tutorials/toolkits/mplot3d.html#sphx-glr-tutorials-toolkits-mplot3d-py) is mostly a command reference, not a tutorial.
- Remvove the API docs. …
-
BASEMAP, should be added to the modules that are loaded for using ww3tools. The error for this issue is: ` ModuleNotFoundError: No module named 'mpl_toolkits.basemap'`. In the WW3tools, pvalstats.py a…
-
```python
from clifford.g3c import *
from matplotlib import pyplot as plt
import mpl_toolkits.clifford
from math import *
from pyganja import GanjaScene, draw
import pyganja; pyganja.__version__…
-
Sorry if this is a known bug, but I could not find it in this repository, I think I might have seen it in Matplotlib:
When using tissot to plot the theoretical field of view of a satellite looking …
-
Hello there,
Thank you for creating and maintaining this awesome tool!
I ran rMATS, and I am using this package to visualize the results. I installed [rmats2sashimiplot](https://github.com/Xingl…
-
I'm facing issues when trying to import the ichthyop library and its functions read, shape, and plot, resulting in the error below:
-------------------------------------------------------------------…
-
Wireframe is just another style of 3d plot. Also depends on ZZ.
http://matplotlib.org/mpl_toolkits/mplot3d/tutorial.html
Maybe a "style" could switch between them? Looks like strides are dependent…