【中文版】

Introduction

MFP language introduction

MFP functions

deploy user functions

call MFP in your app

build Android APK

game programming

chart plotting

chart plotting functions

chart plotting tools

MFP math analysis

MFP file procession

number string and array

time date and system

Introduction of SCP

MFP language Help: Chart plotting

MFP programming language can be used to plot three categories of charts, i.e. 2D, polar and 3D charts. For each chart category, MFP provides two set of functions to process data chart and expression chart respectively. MFP's chart plotting engine works in both Android and PC with JAVA installed. Running an MFP chart plotting function will get the same chart in PC as in Android. Provided the inconvenience to type long statement, especially in Android, MFP's implementation in Android, i.e. the Scientific Calculator Plus app, also provides tools to help user input parameters. Scientific Calculator Plus then converts user's input into MFP function call and draws the chart.

MFP chart plotting functions

Chart plotting tools in Scientific Calculator Plus