Search found 2 matches
- Tue Apr 30, 2024 8:20 pm
- Forum: General FreeFlyer Discussion Board
- Topic: Beginner Tip: Always Set up Console
- Replies: 0
- Views: 37469
Beginner Tip: Always Set up Console
If you just starting out with FreeFlyer scripting, you will have to test your code as you go. The main ways to test your code will be to output a value, plot your values, and output a viewwindow. The console gives you a way to neatly output values to do quick checks of data and verifications that yo...
- Tue Apr 30, 2024 8:01 pm
- Forum: General FreeFlyer Discussion Board
- Topic: Creating a Histogram with FreeFlyer
- Replies: 0
- Views: 37609
Creating a Histogram with FreeFlyer
The following code is an example of how to plot a histogram in FreeFlyer. In order to do this, you need to set up an array with your bins and an array with the number of values in each bin. The code then creates a strait vertical line with evenly spaced points. The length of the line is based on the...