George Datseris

Results 275 issues of George Datseris

Would be nice to have a syntax like: ```julia bar3D(x, y, z, dx, dy, dz, color = c) ``` where all above entries could be vectors. It would be a...

One thing I find extremely convient about pyplot is how it showcases the available markers and linestyles, and this result is directly obtainable by googling "pyplot marker styles". E.g.: https://matplotlib.org/3.2.1/api/markers_api.html...

documentation

At the moment, besides setting `compression = 1`, there is no way to further increase quality of video output of `record`, even when using CairoMakie backend. Even though that backend...

From the readme, section on Package status: > Currently, METADATA has a tag system but not all package authors use it, making it harder for lay users to know if...

I load some data using Python's xarray, which result to datetime-vectors, for example: ``` julia> x = w["time"].values PyObject array(['2000-01-01T00:00:00.000000000', '2000-02-01T00:00:00.000000000', '2000-03-01T00:00:00.000000000', '2000-04-01T00:00:00.000000000', '2000-05-01T00:00:00.000000000', '2000-06-01T00:00:00.000000000', '2000-07-01T00:00:00.000000000', '2000-08-01T00:00:00.000000000', '2000-09-01T00:00:00.000000000', '2000-10-01T00:00:00.000000000', '2000-11-01T00:00:00.000000000',...

Example: ![image](https://user-images.githubusercontent.com/19669089/181235963-b4eea12f-f704-4e25-a140-3931f641ae41.png) While I agree on suggesting `eachindex` to replace `1:size(A, x)`, I don't think it is simpler, or more intuitive, to use `axes/eachindex` to replace `2:size(A, x)`. Actually, it...

bug

# Intro This issue outlines the future of DynamicalSystems.jl, so that it becomes more general, yet with simpler source code. The main problem it tries to address is that there...

breaking
design

So extreme events analysis is currently very popular in nonlinear dynamics and we could get more functions that support this kind of stuff. At the moment we have `mean_return_times` and...

wanted_feature
discussion
rare-events

Requires https://github.com/JuliaDynamics/RecurrenceAnalysis.jl/pull/135 first.

This PR moves here the "WIKI" page that existed in the RecurrenceAnalysis.jl repo: https://github.com/JuliaDynamics/RecurrenceAnalysis.jl/wiki/Comparison-of-software-packages-for-RQA (Link will be **broken**, because I will delete this page in favor of having this directly...