Floris van Breugel
Floris van Breugel
This might be a issue because I am using ros hydro, changing: nodename = nodename[1:].split(roslib.names.SEP)[-1] to: nodename = nodename[1:].split(rospy.names.SEP)[-1] Seems to fix the problem.
It would be great if we could read in a skewed (transformed) rectangle from inkscape, generate axes, and have inkscape apply the transformation to the matplotlib output so that you...
With the new support for re-generating the plots from a pickle file, it would be nice to have a function that strips out all the figurefirst layers. That way, on...
1. Create layout with a template containing many axes (say, 7), and a figure referencing that template 2. Run figurefirst / plot script, save output 3. Try to open that...
The examples directory looks quite daunting. We should clean it up so there are maybe 3 good notebooks in there, which are all referenced in the tutorials and maybe some...
add support for: ax = layout.axes[('example', 'example_distribution')] ax.record = True r = ax.hist(foo) (currently returns None, which raises error)
Should produce a debuggable error for when there are multiple axes that have the same name.
In cases where the user wants to have each axis get output as one figure (layer in inkscape), simplify the processing to reduce the number of figurefirst tags necessary to...
It works with pandas 0.20.3. Need to figure out why... and fix it. Something about the h5 file must not be quite right??
I am getting this error when running `octave gocal.m` with my own data, as well as all three of the test datasets. Any idea what is happening? caveman@RiffellCave1:~/big_tunnel_calibration_test/latest/MultiCamSelfCal/MultiCamSelfCal$ octave gocal.m...