Mutaz M. Jaber

Results 14 comments of Mutaz M. Jaber

Hi All: I'm also getting this weird lines with `Plots.GR()` backend while using `twinx()` The error is: `QPainterPath::arcTo: Adding arc where a parameter is NaN, results are undefined`. It works...

I think I figured out where the problem is (vide infra). Here is MWE ```julia using Plots x = range(0, 100) y1 = 0.5*x y2 = -5 * x plot(x,...

Sure. You can see whatever theme I choose for text editor, nothing would be changing (I tried different type of files). I'm using JupyterLab Version 3.2.9-1. Thanks! ![Screen Shot 2022-03-06...

So is it worth an issue? it could lead to a fancy function to do that. For instance, when talking about concentration versus time, a function like harmonic analysis or...

Sure, I'll do that by the weekend, even we can add ggplot2.jl, I'm developing some functions in it.

Hi @pkofod , sorry for being late on this. I'll try to elaborate more in the moment. I was not able to figure out how to plot the fitting. I...

Thanks for providing this nice example. trying to figure out things. My question is could we take the model function from inside the main function. For example: want to take...

Works like charm on macOS! Thanks for the effort!!

Hi Matt, I was thinking about this. Generally speaking, both of NPDE and NPD suffer from dependency issues but it's more with NPD than NPDE. I remember we had this...