lineid_plot icon indicating copy to clipboard operation
lineid_plot copied to clipboard

Automatic layout of labels for features in a plot.

Results 4 lineid_plot issues
Sort by recently updated
recently updated
newest added

Thanks for making such a nice package, [I'm having a go at using it to plot gamma spectra.](https://github.com/fusion-energy/openmc_source_plotter/pull/23) I'm currently getting strange triangles appearing in the plot when the default...

I tried to use lineid_plot to put annotations to a time-series with dates on the x-axis. Unfortunately this caused an error: > TypeError: Cannot cast array data from dtype('O') to...

I've noticed a few times the labels show up far offset from their target positions. Any ideas what might cause this or how to work around it? This has led...

Reported on Python 2.7, Matplotlib 1.0.1; Python 2.6, Matplotlib 0.99.3; Ubuntu 11.04 and Fedora 14. Code sample: ``` import numpy as np import matplotlib matplotlib.use('GTKAgg') from matplotlib import pyplot as...