GLE icon indicating copy to clipboard operation
GLE copied to clipboard

GLE - Graphics Layout Engine

Results 21 GLE issues
Sort by recently updated
recently updated
newest added

Hi, is there any more in depth information on how to set up fonts? I want to be able to use the text and write commands to print unicode characters...

Hello, I've been trying to make an Arch Linux package from your repository and have been successful in building the code, however, when I try and run a GLE script...

[](url)It fails at the linkage phase with the following message: `x86_64-pc-linux-gnu/bin/ld: gui/CMakeFiles/qgle.dir/qgslibloader.cpp.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5' /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /lib/libdl.so.2: error adding symbols: DSO missing from command line` That means the...

On macos with 4.3.3 binary release from https://github.com/vlabella/GLE all figures are so faded out as to be almost invisible. The figs look fine in the pdf file exported from qgle...

Routine to normalize dataset to specified range. As far as I know, there is no simple way to normalize dataset. Here, I am proposing simple solution how to do that...

I'm trying to figure out how to include symbols in key entries on graphs. For some reason the < > text symbols produce inverted ! ? symbols. Normally I'd use...

When running `cmake` for GLE 4.3.4 this message appears: ``` CMake Warning at CMakeLists.txt:123 (find_package): By not providing "FindJBIG.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package...

If zstd is found, the GLE build always links with the libzstd static library instead of the shared library: https://github.com/vlabella/GLE/blob/d770ed475aedeef6a59f653e5f31f1680deafaff/src/gle/CMakeLists.txt#L133-L140 https://github.com/vlabella/GLE/blob/d770ed475aedeef6a59f653e5f31f1680deafaff/src/gui/CMakeLists.txt#L97-L101 Users on Unix generally expect shared libraries to be...

This message appears while building GLE 4.3.4: ``` CMake Warning (dev) at CMakeLists.txt:118 (find_package): Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake --help-policy CMP0167" for policy...

I tried to build with the following *FLAGS to optimize the build: `-flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing` Note the -Werror=* flags are used to help detect cases where the compiler tries...