Ioannis Filippidis

Results 64 issues of Ioannis Filippidis

When one changes focus to the PDF pane and tab, the Symbols-Tree-View becomes invisible, thus shifting the tabs a little. Returning focus to the tab containing source code (suppose the...

enhancement

This dependency can be found at: https://github.com/johnyf/plot_utils/blob/bd304279ee0e000f72fc936e0ef9f3a690d4e654/plot_scalings/axes_extremal_xyz.m. Its location appears to be undocumented in the README. Thanks to [Nick Fry](https://www.mathworks.com/matlabcentral/profile/authors/8355893-nick-fry) and others that have mentioned this at the [FEX page](http://www.mathworks.com/matlabcentral/fileexchange/37640-export-figure-to-3d-interactive-pdf)....

enhancement

[Migration guide](https://github.com/networkx/networkx/blob/228cbd3761c23eab3ccc3d616093933876ce9f15/doc/release/migration_guide_from_1.x_to_2.0.rst).

enhancement

There is currently no user documentation in tutorial form, besides the docstrings, as #129 underlines.

enhancement
documentation

- API: - require two positional arguments `src` and `dst` in `get_edge` - catch `ImportError`, instead of `Exception` - BUG: - return both aligned and reversed edges from `get_edge` -...

conflicts
legacy-pr-to-consider

https://github.com/networkx/networkx/pull/2833

bug
duplicate
quoting
parser

Like https://github.com/bdcht/grandalf. This addition would be useful for a large number of users, because it will let `pydot` work for smaller graphs in absence of GraphViz.

enhancement

Space characters are used in TLA+, and tabs avoided. `tlapm` does not parse tabs (https://github.com/tlaplus/tlapm/issues/28). The TLA+ VSCode extension converts input from the tab key to 4 space characters. Changing...

The bounding box computation of a group by the function [`cairo.bounding_box.bounding_box_group`](https://github.com/Kozea/CairoSVG/blob/eed51eee190285effb275af91e5b72fb175edcef/cairosvg/bounding_box.py#L353) appears to not be applying any transformation matrices for the individual elements. My purpose is to achieve the same...

bug

Running `python setup.py install --fetch --cudd` with Python 3.6 (built from source) on OS X can encounter the following error due to [absent SSL certificates](https://stackoverflow.com/a/42334357/1959808): > urllib.error.URLError: Solution: - Install...

info