Josef Heinen
Josef Heinen
One could imagine leaving "frozen" versions of figures on the screen - but without interaction. With that you could at least compare figures. To support multiple plots with full interaction...
We will discuss that in our group. If full interaction is desired, however, this would be a very extensive expansion that we cannot implement in the short term.
The problem is fixed with this [commit](https://github.com/sciapp/gr/commit/66e5a3320f4be06bb51de86096535e931e55c5cd). A new GR release is expected in the next days.
I suspect a problem with BinaryBuild's GLFW build. Could you try the following: ```cmd git clone https://github.com/JuliaMusic/Mplay.jl cd Mplay.jl\src set PATH=%PATH%;.\lib julia Mplay.jl ```
Will see how to make this more convenient for the end user.
Could you try to change the ACLs of the required DLLs, e.g. ``` icacls .julia\packages\Mplay\rgPTE\src\lib\*.dll /grant Users:rx ``` This is only a workaround. Please replace `rgPTE` with your path. I...
Great! 👍 As soon as we have the above issues solved - I have to do my part in GR, too - we can start merging. I just set up...
I did already change the examples in GR#master. There's no need to change anything in GRUtils. The new `draw` method for `Figure` objects should be invoked when the user starts...
I understand - makes sense. Perhaps GR and GRUtils can initially be operated in parallel. To do so, we should only address the two compatibility issues (#47, #48). I am...
> - All the plotting functions that can take matrices as bi-dimensional inputs (contour, contourf, surface, wireframe, heatmap) consider that X coordinates are mapped to columns and Y to rows...