You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to replicate that from two ss.HBoxLayouts either doesn't work or else there's some syntax about combining them that isn't clear.
Just trying it straight, making a couple of HBoxLayouts and adding them to a VBoxLayout raises NotImplementedError: rescaling width not implemented (hint: set alignment on file SVGFile('grid.svg'))
...which itself is confusing in two respects: first, I don't ask for any rescaling, so it'd be good to know where that enters into it (and how to configure it), and second, how/where to set an alignment on the output file.
I think this is a fairly straightforward potential use-case, and showing how to do it would help a lot of new users move beyond the 1D example of the CLI.
The text was updated successfully, but these errors were encountered:
There's not enough in the README to get started using the Python layout features.
For instance, combing/concatenating layouts.
In the CLI usage, you can definitely do
and get a little
matrix out.
Trying to replicate that from two
ss.HBoxLayout
s either doesn't work or else there's some syntax about combining them that isn't clear.Just trying it straight, making a couple of HBoxLayouts and adding them to a VBoxLayout raises
NotImplementedError: rescaling width not implemented (hint: set alignment on file SVGFile('grid.svg'))
...which itself is confusing in two respects: first, I don't ask for any rescaling, so it'd be good to know where that enters into it (and how to configure it), and second, how/where to set an alignment on the output file.
I think this is a fairly straightforward potential use-case, and showing how to do it would help a lot of new users move beyond the 1D example of the CLI.
The text was updated successfully, but these errors were encountered: