Questions tagged [pycxsimulator]

PyCX: a Python-based simulation code repository for complex systems education. PyCX Simulator: Realtime Simulation GUI for PyCX

PyCX: a Python-based simulation code repository for complex systems education. PyCX Simulator: Realtime Simulation GUI for PyCX

3 questions
1
vote
0 answers

trying to installing xsim package within latex

I am having trouble using the xsim package it will just not recognise it as a package can anybody shed any light on this? \usepackage{xsim} and I get the error xsim.sty not found
Paul A
  • 111
  • 1
1
vote
2 answers

pycxsimulator TclError Ubuntu

Trying to run this little piece of code on Ubuntu 14.04 import matplotlib matplotlib.use('TkAgg') import pylab as PL import random as RD import scipy as SP RD.seed() populationSize = 100 noiseLevel = 1 def init(): global time, agents …
user7779
  • 105
  • 1
  • 6
0
votes
0 answers

No clickable 'run'/'step' button showing up in PyCX simulator GUI

All code can run without error messages, but the pycxsimulator GUI doesn't generate clickable tabs or 'run' buttons to visualize the simulation, even though the plot does indeed show up. I think it is a backend issue (which I have been having, and…