As a newcomer to nim I have been impressed in using it and getting to grips 
with its syntax. Recently I wanted to try using ggplotnim to produce some 
graphs. Initially I installed the package on my windows 11 machine, including 
the cairo.dll as mentioned in the documentation, but when using it I got the 
message 'could not find lapack.dll'. The plots were all simple line graphs. To 
check I wasn't doing anything silly I checked my code by installing nim on my 
linux machine and everything worked as it should and the plots were fine. I 
found the lapack.dll on the microsoft site and installed it in the Windows 
system 32 folder but this didn't help. I have been unable to find a work around 
for the Lapack problem and wondered if anyone could help me. I am using Nim 
Compiler Version 2.0.0 [Windows: amd64] and nimble v0.14.2. The ggplotnim was 
installed with the reccommended nimble install ggplotnim. Apologies if I'm 
being stupid. Thanks in advance for any insights?.

Reply via email to