Nathan Hunt
Nathan Hunt
Your project looks very interesting, and I was glad to test it out. Unfortunately, I got an error: "Error writing to custom.css". From this message, though, I don't know exactly...
It seems that the `datafiles` fixture is a `py.path` (well, a `LocalPath`) - does this have any functionality that `pathlib.Path` does not? If not, I think using `pathlib`'s `Path` would...
It would be nice to be able to specify the maximum width of a plot as well as the height. The width is determined by both the data given and...
Depending on the height set for a chart (even if the y-axis labels are exactly the same), the appropriate values are not always reached (at least when these are the...
Fixes #26, fixes #25. This changes a bit of the logic for making the plot, some of which wasn't really necessary but made it easier / less confusing for me...
This updates the Python `plot` command and the `pplot` script with an additional `title` argument. If given, the title is the first line of the plot string and is centered...
Though there is a height parameter for the plotting function, this only roughly controls the height. It would be nicer to be able to *exactly* set the height. This is...
Say we have a setup like this ```python class A: def __init___(self, x, y): # some value computed from the parameters self.n = x ** 2 + y class B:...
A nice feature to add, if it's not too much work to implement, would be a command (so it can be bound to a keyboard shortcut) to pull up a...
I just downloaded the executable from [here][exe]. Running it pops up the blank Electron Fiddle window. When I select any of the options from the "Show Me" menu, though, (e.g....