The GetAngle example could be improved by removing the spaces so the angles can be plotted with the serial plotter:
Serial.print("X:");
Serial.print(mpu.getAngleX());
Serial.print("\tY:");
Serial.print(mpu.getAngleY());
Serial.print("\tZ:");
Serial.println(mpu.getAngleZ());
The GetAngle example could be improved by removing the spaces so the angles can be plotted with the serial plotter:
Serial.print("X:");
Serial.print(mpu.getAngleX());
Serial.print("\tY:");
Serial.print(mpu.getAngleY());
Serial.print("\tZ:");
Serial.println(mpu.getAngleZ());